INBookRestaurantReservationIntentResponse
Your app’s response to a book restaurant reservation intent.
Declaration
class INBookRestaurantReservationIntentResponseOverview
An INBookRestaurantReservationIntentResponse object contains final reservation booking information. You create an instance of this class when confirming or handling an INBookRestaurantReservationIntent object, which contains the details of the reservation that you need to book.
You create an INBookRestaurantReservationIntentResponse object in the confirm(bookRestaurantReservation:completion:) and handle(bookRestaurantReservation:completion:) methods of your handler object. For more information about implementing your handler object, see INBookRestaurantReservationIntentHandling.