---
title: INListRideOptionsIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/inlistrideoptionsintentresponsecode/ready
---

# INListRideOptionsIntentResponseCode.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. Consider specifying this constant during handling of the intent a failure on your part and it results in an error.

## See Also

### Constants

- [INListRideOptionsIntentResponseCode.unspecified](intents/inlistrideoptionsintentresponsecode/unspecified.md)
- [INListRideOptionsIntentResponseCode.inProgress](intents/inlistrideoptionsintentresponsecode/inprogress.md)
- [INListRideOptionsIntentResponseCode.success](intents/inlistrideoptionsintentresponsecode/success.md)
- [INListRideOptionsIntentResponseCode.failure](intents/inlistrideoptionsintentresponsecode/failure.md)
- [INListRideOptionsIntentResponseCode.failureRequiringAppLaunch](intents/inlistrideoptionsintentresponsecode/failurerequiringapplaunch.md)
- [INListRideOptionsIntentResponseCode.failureRequiringAppLaunchMustVerifyCredentials](intents/inlistrideoptionsintentresponsecode/failurerequiringapplaunchmustverifycredentials.md)
- [INListRideOptionsIntentResponseCode.failureRequiringAppLaunchNoServiceInArea](intents/inlistrideoptionsintentresponsecode/failurerequiringapplaunchnoserviceinarea.md)
- [INListRideOptionsIntentResponseCode.failureRequiringAppLaunchServiceTemporarilyUnavailable](intents/inlistrideoptionsintentresponsecode/failurerequiringapplaunchservicetemporarilyunavailable.md)
- [INListRideOptionsIntentResponseCode.failureRequiringAppLaunchPreviousRideNeedsCompletion](intents/inlistrideoptionsintentresponsecode/failurerequiringapplaunchpreviousrideneedscompletion.md)
- [INListRideOptionsIntentResponseCode.failurePreviousRideNeedsFeedback](intents/inlistrideoptionsintentresponsecode/failurepreviousrideneedsfeedback.md)
