---
title: INBookRestaurantReservationIntentCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/inbookrestaurantreservationintentcode/success
---

# INBookRestaurantReservationIntentCode.success

You successfully handled the intent.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code if your app successfully created the reservation object in your system. Use this code even if the restaurant itself has not yet confirmed the reservation. You can always update the status of the reservation later.

## See Also

### Constants

- [INBookRestaurantReservationIntentCode.denied](intents/inbookrestaurantreservationintentcode/denied.md)
- [INBookRestaurantReservationIntentCode.failure](intents/inbookrestaurantreservationintentcode/failure.md)
- [INBookRestaurantReservationIntentCode.failureRequiringAppLaunch](intents/inbookrestaurantreservationintentcode/failurerequiringapplaunch.md)
- [INBookRestaurantReservationIntentCode.failureRequiringAppLaunchMustVerifyCredentials](intents/inbookrestaurantreservationintentcode/failurerequiringapplaunchmustverifycredentials.md)
- [INBookRestaurantReservationIntentCode.failureRequiringAppLaunchServiceTemporarilyUnavailable](intents/inbookrestaurantreservationintentcode/failurerequiringapplaunchservicetemporarilyunavailable.md)
