---
title: INGetReservationDetailsIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/ingetreservationdetailsintentresponsecode/ready
---

# INGetReservationDetailsIntentResponseCode.ready

Your app is 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

### Request Status

- [INGetReservationDetailsIntentResponseCode.unspecified](intents/ingetreservationdetailsintentresponsecode/unspecified.md)
- [INGetReservationDetailsIntentResponseCode.inProgress](intents/ingetreservationdetailsintentresponsecode/inprogress.md)
- [INGetReservationDetailsIntentResponseCode.success](intents/ingetreservationdetailsintentresponsecode/success.md)
- [INGetReservationDetailsIntentResponseCode.failure](intents/ingetreservationdetailsintentresponsecode/failure.md)
- [INGetReservationDetailsIntentResponseCode.failureRequiringAppLaunch](intents/ingetreservationdetailsintentresponsecode/failurerequiringapplaunch.md)
