INGetUserCurrentRestaurantReservationBookingsIntentHandling
The handler interface for fetching and delivering the user’s current reservations.
Declaration
protocol INGetUserCurrentRestaurantReservationBookingsIntentHandling : NSObjectProtocolOverview
Use the methods of the INGetUserCurrentRestaurantReservationBookingsIntentHandling protocol to resolve, confirm, and handle requests to get the reservations associated with the current user. The system delivers an INGetUserCurrentRestaurantReservationBookingsIntent object to your handler when it needs the user’s reservations. Use that intent object to determine whether to retrieve all of the user’s reservations or only some of them. Your Intents extension must be able to fetch the user’s reservations from your systems.
Maps does not require you to resolve or confirm the contents of a get user current 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.