---
title: INGetUserCurrentRestaurantReservationBookingsIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/ingetusercurrentrestaurantreservationbookingsintentresponsecode/success
---

# INGetUserCurrentRestaurantReservationBookingsIntentResponseCode.success

You successfully handled the intent.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code if your app was successful in fetching the user’s reservations, even if the fetch returned no results. Include all of the reservations that match the search criteria in the userCurrentBookings property of your response object.

## See Also

### Constants

- [INGetUserCurrentRestaurantReservationBookingsIntentResponseCode.failure](intents/ingetusercurrentrestaurantreservationbookingsintentresponsecode/failure.md)
- [INGetUserCurrentRestaurantReservationBookingsIntentResponseCode.failureRequestUnsatisfiable](intents/ingetusercurrentrestaurantreservationbookingsintentresponsecode/failurerequestunsatisfiable.md)
- [INGetUserCurrentRestaurantReservationBookingsIntentResponseCode.unspecified](intents/ingetusercurrentrestaurantreservationbookingsintentresponsecode/unspecified.md)
