Your app’s response to a get available restaurant reservation bookings intent.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
Framework
- Intents
Declaration
@interface INGetAvailableRestaurantReservationBookingsIntentResponse : INIntent Response
Overview
An INGet
object contains the reservation booking objects that represent the time slots available for making a reservation at the given restaurant. You create an instance of this class when confirming or handling an INGet
object, which contains the basic details you use to determine your response.
You create an INGet
object in the confirm
and handle
methods of your handler object. For more information about implementing your handler object, see INGet
.
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.