Contents

INGetAvailableRestaurantReservationBookingsIntent

A request for the time slots available for making a reservation.

Declaration

class INGetAvailableRestaurantReservationBookingsIntent

Overview

An INGetAvailableRestaurantReservationBookingsIntent object asks you to generate details regarding the available time slots offered by a restaurant for a given party size. Maps sends this intent to your Intents extension when the user begins the booking process. You use this intent to obtain the initial details about the reservation request, including the number of people and the preferred date for the reservation. You use those details to identify potential time slots that can accommodate the party and return those time slots in your response object.

To handle this intent, the handler object in your Intents extension must adopt the INGetAvailableRestaurantReservationBookingsIntentHandling protocol. Your handler should resolve and confirm any parameters and create an INGetAvailableRestaurantReservationBookingsIntentResponse object with the list of potential time slots.

Additional Intent Attributes

The following table lists additional attributes of this intent object:

Attribute

Description

Supported by

Maps

Always requires unlocked device

Yes

Topics

Initializing the Intent Object

Getting the Restaurant

Getting the Reservation Details

Getting the Time Slot Constraints

Initializers

See Also

Get Available Restaurant Reservation Bookings