---
title: INSetClimateSettingsInCarIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/insetclimatesettingsincarintentresponsecode/ready
---

# INSetClimateSettingsInCarIntentResponseCode.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

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