Your app’s response to a get available restaurant reservation bookings intent.
SDK
- iOS 10.0+
Framework
- Intents
Declaration
class 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(get
and handle(get
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, please go to http://mapsconnect.apple.com.