---
title: INSetDefrosterSettingsInCarIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/insetdefrostersettingsincarintentresponsecode/ready
---

# INSetDefrosterSettingsInCarIntentResponseCode.ready

You’re ready to handle the intent.

## Declaration

```swift
case ready
```

## Discussion

Discussion During the confirmation phase of an intent, use this code to signal that your app is ready and able to act on the intent.

## See Also

### Constants

- [INSetDefrosterSettingsInCarIntentResponseCode.unspecified](intents/insetdefrostersettingsincarintentresponsecode/unspecified.md)
- [INSetDefrosterSettingsInCarIntentResponseCode.inProgress](intents/insetdefrostersettingsincarintentresponsecode/inprogress.md)
- [INSetDefrosterSettingsInCarIntentResponseCode.success](intents/insetdefrostersettingsincarintentresponsecode/success.md)
- [INSetDefrosterSettingsInCarIntentResponseCode.failure](intents/insetdefrostersettingsincarintentresponsecode/failure.md)
- [INSetDefrosterSettingsInCarIntentResponseCode.failureRequiringAppLaunch](intents/insetdefrostersettingsincarintentresponsecode/failurerequiringapplaunch.md)
