---
title: INCancelRideIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/incancelrideintentresponsecode/ready
---

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

- [INCancelRideIntentResponseCode.unspecified](intents/incancelrideintentresponsecode/unspecified.md)
- [INCancelRideIntentResponseCode.success](intents/incancelrideintentresponsecode/success.md)
- [INCancelRideIntentResponseCode.failure](intents/incancelrideintentresponsecode/failure.md)
