INGetAvailableRestaurantReservationBookingsIntentResponse
Your app’s response to a get available restaurant reservation bookings intent.
Declaration
class INGetAvailableRestaurantReservationBookingsIntentResponseOverview
An INGetAvailableRestaurantReservationBookingsIntentResponse 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 INGetAvailableRestaurantReservationBookingsIntent object, which contains the basic details you use to determine your response.
You create an INGetAvailableRestaurantReservationBookingsIntentResponse object in the confirm(getAvailableRestaurantReservationBookings:completion:) and handle(getAvailableRestaurantReservationBookings:completion:) methods of your handler object. For more information about implementing your handler object, see INGetAvailableRestaurantReservationBookingsIntentHandling.