<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INBookRestaurantReservationIntentCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INBookRestaurantReservationIntentCode"
  },
  "title" : "INBookRestaurantReservationIntentCode"
}
-->

# INBookRestaurantReservationIntentCode

Constants indicating the state of the response.

```
enum INBookRestaurantReservationIntentCode
```

## Topics

### Constants

[`INBookRestaurantReservationIntentCodeSuccess`](/documentation/Intents/INBookRestaurantReservationIntentCode/success)

You successfully handled the intent.

[`INBookRestaurantReservationIntentCodeDenied`](/documentation/Intents/INBookRestaurantReservationIntentCode/denied)

The restaurant declined the reservation.

[`INBookRestaurantReservationIntentCodeFailure`](/documentation/Intents/INBookRestaurantReservationIntentCode/failure)

You were unable to create the reservation object in your system.

[`INBookRestaurantReservationIntentCodeFailureRequiringAppLaunch`](/documentation/Intents/INBookRestaurantReservationIntentCode/failureRequiringAppLaunch)

The user must launch your app to make the reservation.

[`INBookRestaurantReservationIntentCodeFailureRequiringAppLaunchMustVerifyCredentials`](/documentation/Intents/INBookRestaurantReservationIntentCode/failureRequiringAppLaunchMustVerifyCredentials)

Your app failed to create the reservation because the user’s credentials were invalid or missing.

[`INBookRestaurantReservationIntentCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable`](/documentation/Intents/INBookRestaurantReservationIntentCode/failureRequiringAppLaunchServiceTemporarilyUnavailable)

Your service is temporarily unavailable.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)