---
title: INSaveProfileInCarIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/insaveprofileincarintentresponsecode/ready
---

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

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