---
title: INGetAvailableRestaurantReservationBookingsIntentHandling
framework: intents
role: symbol
role_heading: Protocol
path: intents/ingetavailablerestaurantreservationbookingsintenthandling
---

# INGetAvailableRestaurantReservationBookingsIntentHandling

The handler interface for generating a list of potential reservation times from which the user can select.

## Declaration

```swift
protocol INGetAvailableRestaurantReservationBookingsIntentHandling : NSObjectProtocol
```

## Overview

Overview Use the methods of the INGetAvailableRestaurantReservationBookingsIntentHandling protocol to resolve, confirm, and handle requests for an initial set of reservation times from which to select. The system delivers an INGetAvailableRestaurantReservationBookingsIntent object to your handler with information about the user’s party and preferred reservation time. Use that intent object to generate a list of potential reservation times from which the user can select. Maps does not require you to resolve or confirm the contents of a get available restaurant reservation bookings intent before handling it. User interactions drive the selection of data in Maps, ensuring that the data Maps places into an intent object is already valid.

## Topics

### Resolving the Intent Parameters

- [resolveRestaurant(for:completion:)](intents/ingetavailablerestaurantreservationbookingsintenthandling/resolverestaurant(for:completion:).md)
- [resolvePartySize(for:completion:)](intents/ingetavailablerestaurantreservationbookingsintenthandling/resolvepartysize(for:completion:).md)
- [resolvePreferredBookingDateComponents(for:completion:)](intents/ingetavailablerestaurantreservationbookingsintenthandling/resolvepreferredbookingdatecomponents(for:completion:).md)

### Confirming the Response

- [confirm(getAvailableRestaurantReservationBookings:completion:)](intents/ingetavailablerestaurantreservationbookingsintenthandling/confirm(getavailablerestaurantreservationbookings:completion:).md)

### Handling the Intent

- [handle(getAvailableRestaurantReservationBookings:completion:)](intents/ingetavailablerestaurantreservationbookingsintenthandling/handle(getavailablerestaurantreservationbookings:completion:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Get Available Restaurant Reservation Bookings

- [INGetAvailableRestaurantReservationBookingsIntent](intents/ingetavailablerestaurantreservationbookingsintent.md)
- [INGetAvailableRestaurantReservationBookingsIntentResponse](intents/ingetavailablerestaurantreservationbookingsintentresponse.md)
