---
title: INSendRideFeedbackIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/insendridefeedbackintentresponsecode/ready
---

# INSendRideFeedbackIntentResponseCode.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 Intents extension is ready and able to act on the intent.

## See Also

### Constants

- [INSendRideFeedbackIntentResponseCode.unspecified](intents/insendridefeedbackintentresponsecode/unspecified.md)
- [INSendRideFeedbackIntentResponseCode.success](intents/insendridefeedbackintentresponsecode/success.md)
- [INSendRideFeedbackIntentResponseCode.failure](intents/insendridefeedbackintentresponsecode/failure.md)
