The handler interface for generating a list of potential reservation times from which the user can select.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
Framework
- Intents
Declaration
protocol INGetAvailableRestaurantReservationBookingsIntentHandling
Overview
Use the methods of the INGet
protocol to resolve, confirm, and handle requests for an initial set of reservation times from which to select. The system delivers an INGet
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.
Note
This API requires you to work with Apple Maps before your application can use it. For information on how to get started, go to http://mapsconnect.apple.com.