---
title: INSendMessageIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/insendmessageintentresponsecode/ready
---

# INSendMessageIntentResponseCode.ready

You are 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

### Response State

- [INSendMessageIntentResponseCode.unspecified](intents/insendmessageintentresponsecode/unspecified.md)
- [INSendMessageIntentResponseCode.inProgress](intents/insendmessageintentresponsecode/inprogress.md)
- [INSendMessageIntentResponseCode.success](intents/insendmessageintentresponsecode/success.md)
- [INSendMessageIntentResponseCode.failure](intents/insendmessageintentresponsecode/failure.md)
- [INSendMessageIntentResponseCode.failureRequiringAppLaunch](intents/insendmessageintentresponsecode/failurerequiringapplaunch.md)
- [INSendMessageIntentResponseCode.failureMessageServiceNotAvailable](intents/insendmessageintentresponsecode/failuremessageservicenotavailable.md)
