<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INGetReservationDetailsIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INGetReservationDetailsIntentResponseCode"
  },
  "title" : "INGetReservationDetailsIntentResponseCode"
}
-->

# INGetReservationDetailsIntentResponseCode

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

```
enum INGetReservationDetailsIntentResponseCode
```

## Topics

### Request Status

[`INGetReservationDetailsIntentResponseCodeUnspecified`](/documentation/Intents/INGetReservationDetailsIntentResponseCode/unspecified)

The response code is unspecified.

[`INGetReservationDetailsIntentResponseCodeReady`](/documentation/Intents/INGetReservationDetailsIntentResponseCode/ready)

Your app is ready to handle the intent.

[`INGetReservationDetailsIntentResponseCodeInProgress`](/documentation/Intents/INGetReservationDetailsIntentResponseCode/inProgress)

Your app is processing the request for reservation details.

[`INGetReservationDetailsIntentResponseCodeSuccess`](/documentation/Intents/INGetReservationDetailsIntentResponseCode/success)

Your app successfully handled the intent.

[`INGetReservationDetailsIntentResponseCodeFailure`](/documentation/Intents/INGetReservationDetailsIntentResponseCode/failure)

Your app is unable to retrieve the reservation details.

[`INGetReservationDetailsIntentResponseCodeFailureRequiringAppLaunch`](/documentation/Intents/INGetReservationDetailsIntentResponseCode/failureRequiringAppLaunch)

The user must launch your app to retrieve the reservation details.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)