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

# INGetReservationDetailsIntentResponseCode.success

Your app successfully handled the intent.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code when your app has successfully retrieved the reservation details.

## See Also

### Request Status

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