Contents

INGetAvailableRestaurantReservationBookingsIntentResponse

Your app’s response to a get available restaurant reservation bookings intent.

Declaration

class INGetAvailableRestaurantReservationBookingsIntentResponse

Overview

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.

Topics

Initializing the Response Object

Specifying the Reservation Results

Specifying Additional Information

Getting the Response Code

See Also

Get Available Restaurant Reservation Bookings