---
title: INSetSeatSettingsInCarIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/insetseatsettingsincarintentresponsecode/ready
---

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

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