<!--
{
  "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

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

You successfully handled the intent.

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

The restaurant declined the reservation.

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

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

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

The user must launch your app to make the reservation.

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

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

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

Your service is temporarily unavailable.



---

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)