<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INGetUserCurrentRestaurantReservationBookingsIntentResponseCode/success",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INGetUserCurrentRestaurantReservationBookingsIntentResponseCode@INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeSuccess"
  },
  "title" : "INGetUserCurrentRestaurantReservationBookingsIntentResponseCode.success"
}
-->

# INGetUserCurrentRestaurantReservationBookingsIntentResponseCode.success

You successfully handled the intent.

```
case success
```

## 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`](/documentation/Intents/INGetUserCurrentRestaurantReservationBookingsIntentResponse/userCurrentBookings) property of your response object.

---

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)