Contents

INGetAvailableRestaurantReservationBookingsIntentHandling

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

Declaration

protocol INGetAvailableRestaurantReservationBookingsIntentHandling : NSObjectProtocol

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

Confirming the Response

Handling the Intent

See Also

Get Available Restaurant Reservation Bookings