<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INGetUserCurrentRestaurantReservationBookingsIntentResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INGetUserCurrentRestaurantReservationBookingsIntentResponse"
  },
  "title" : "INGetUserCurrentRestaurantReservationBookingsIntentResponse"
}
-->

# INGetUserCurrentRestaurantReservationBookingsIntentResponse

Your app’s response to a get user current restaurant reservation bookings intent.

```
class INGetUserCurrentRestaurantReservationBookingsIntentResponse
```

## Overview

An [`INGetUserCurrentRestaurantReservationBookingsIntentResponse`](/documentation/Intents/INGetUserCurrentRestaurantReservationBookingsIntentResponse) object contains the current reservations associated with the user and matching the search criteria in the corresponding [`INGetUserCurrentRestaurantReservationBookingsIntent`](/documentation/Intents/INGetUserCurrentRestaurantReservationBookingsIntent) object. You create instances of this class when confirming or handling an intent object of that type.

You create an [`INGetUserCurrentRestaurantReservationBookingsIntentResponse`](/documentation/Intents/INGetUserCurrentRestaurantReservationBookingsIntentResponse) object in the [`confirm(getUserCurrentRestaurantReservationBookings:completion:)`](/documentation/Intents/INGetUserCurrentRestaurantReservationBookingsIntentHandling/confirm(getUserCurrentRestaurantReservationBookings:completion:)) and [`handle(getUserCurrentRestaurantReservationBookings:completion:)`](/documentation/Intents/INGetUserCurrentRestaurantReservationBookingsIntentHandling/handle(getUserCurrentRestaurantReservationBookings:completion:)) methods of your handler object. For more information about implementing your handler object, see [`INGetUserCurrentRestaurantReservationBookingsIntentHandling`](/documentation/Intents/INGetUserCurrentRestaurantReservationBookingsIntentHandling).

## Topics

### Initializing the Response Object

[`init(userCurrentBookings:code:userActivity:)`](/documentation/Intents/INGetUserCurrentRestaurantReservationBookingsIntentResponse/init(userCurrentBookings:code:userActivity:))

Initializes the response object with the specified code and user activity object.

### Getting the Response Code

[`code`](/documentation/Intents/INGetUserCurrentRestaurantReservationBookingsIntentResponse/code)

The code indicating whether you successfully handled the intent.

[`INGetUserCurrentRestaurantReservationBookingsIntentResponseCode`](/documentation/Intents/INGetUserCurrentRestaurantReservationBookingsIntentResponseCode)

Constants indicating the state of the response.

### Specifying the User’s Current Reservations

[`userCurrentBookings`](/documentation/Intents/INGetUserCurrentRestaurantReservationBookingsIntentResponse/userCurrentBookings)

An array of the user’s current reservations.



---

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)