---
title: INGetReservationDetailsIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/ingetreservationdetailsintentresponsecode
---

# INGetReservationDetailsIntentResponseCode

Constants that indicate the status of the request for reservations details.

## Declaration

```swift
enum INGetReservationDetailsIntentResponseCode
```

## Topics

### Request Status

- [INGetReservationDetailsIntentResponseCode.unspecified](intents/ingetreservationdetailsintentresponsecode/unspecified.md)
- [INGetReservationDetailsIntentResponseCode.ready](intents/ingetreservationdetailsintentresponsecode/ready.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)

### Initializers

- [init(rawValue:)](intents/ingetreservationdetailsintentresponsecode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Response Code

- [code](intents/ingetreservationdetailsintentresponse/code.md)
