INGetAvailableRestaurantReservationBookingsIntentHandling
The handler interface for generating a list of potential reservation times from which the user can select.
Declaration
protocol INGetAvailableRestaurantReservationBookingsIntentHandling : NSObjectProtocolOverview
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:)resolvePartySize(for:completion:)resolvePreferredBookingDateComponents(for:completion:)