Contents

INBookRestaurantReservationIntentResponse

Your app’s response to a book restaurant reservation intent.

Declaration

class INBookRestaurantReservationIntentResponse

Overview

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.

Topics

Initializing the Response Object

Accessing the Response Information

See Also

Book Restaurant Reservation