---
title: INGetRideStatusIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/ingetridestatusintentresponsecode/ready
---

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

- [INGetRideStatusIntentResponseCode.unspecified](intents/ingetridestatusintentresponsecode/unspecified.md)
- [INGetRideStatusIntentResponseCode.inProgress](intents/ingetridestatusintentresponsecode/inprogress.md)
- [INGetRideStatusIntentResponseCode.success](intents/ingetridestatusintentresponsecode/success.md)
- [INGetRideStatusIntentResponseCode.failure](intents/ingetridestatusintentresponsecode/failure.md)
- [INGetRideStatusIntentResponseCode.failureRequiringAppLaunch](intents/ingetridestatusintentresponsecode/failurerequiringapplaunch.md)
- [INGetRideStatusIntentResponseCode.failureRequiringAppLaunchMustVerifyCredentials](intents/ingetridestatusintentresponsecode/failurerequiringapplaunchmustverifycredentials.md)
- [INGetRideStatusIntentResponseCode.failureRequiringAppLaunchServiceTemporarilyUnavailable](intents/ingetridestatusintentresponsecode/failurerequiringapplaunchservicetemporarilyunavailable.md)
