INBookRestaurantReservationIntentHandling
The handler interface booking a reservation that the user selected.
Declaration
protocol INBookRestaurantReservationIntentHandling : NSObjectProtocolOverview
Use the methods of the INBookRestaurantReservationIntentHandling protocol to resolve, confirm, and handle requests to book a reservation based on the provided information. The system delivers an INBookRestaurantReservationIntent object to your handler with the reservation details, including the restaurant, date, party size, and any special offers selected by the user. Use that intent object to complete the reservation in your system and to communicate the reservation details to the restaurant itself.
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:)resolveBookingDateComponents(for:completion:)resolvePartySize(for:completion:)resolveGuest(for:completion:)resolveGuestProvidedSpecialRequestText(for:completion:)