---
title: INSetProfileInCarIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/insetprofileincarintentresponsecode/ready
---

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

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