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

# INGetAvailableRestaurantReservationBookingsIntentResponse

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

```
class INGetAvailableRestaurantReservationBookingsIntentResponse
```

## Overview

An [`INGetAvailableRestaurantReservationBookingsIntentResponse`](/documentation/Intents/INGetAvailableRestaurantReservationBookingsIntentResponse) object contains the reservation booking objects that represent the time slots available for making a reservation at the given restaurant. You create an instance of this class when confirming or handling an [`INGetAvailableRestaurantReservationBookingsIntent`](/documentation/Intents/INGetAvailableRestaurantReservationBookingsIntent) object, which contains the basic details you use to determine your response.

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

## Topics

### Initializing the Response Object

[`init(availableBookings:code:userActivity:)`](/documentation/Intents/INGetAvailableRestaurantReservationBookingsIntentResponse/init(availableBookings:code:userActivity:))

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

### Specifying the Reservation Results

[`availableBookings`](/documentation/Intents/INGetAvailableRestaurantReservationBookingsIntentResponse/availableBookings)

An array of available time slots for the reservation.

### Specifying Additional Information

[`localizedRestaurantDescriptionText`](/documentation/Intents/INGetAvailableRestaurantReservationBookingsIntentResponse/localizedRestaurantDescriptionText)

A localized, user-readable string containing a description of the restaurant.

[`localizedBookingAdvisementText`](/documentation/Intents/INGetAvailableRestaurantReservationBookingsIntentResponse/localizedBookingAdvisementText)

A localized, user-readable string containing policies and information related to the reservation.

[`termsAndConditions`](/documentation/Intents/INGetAvailableRestaurantReservationBookingsIntentResponse/termsAndConditions)

The terms and conditions of using your company’s services.

### Getting the Response Code

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

The code indicating whether you successfully handled the intent.

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

Constants indicating the state of the response.



---

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)