Contents

INRestaurantReservationUserBooking

A reservation created by a user.

Declaration

class INRestaurantReservationUserBooking

Overview

An INRestaurantReservationUserBooking object contains information about a reservation placed by a user. When the user actually books a reservation at a restaurant, you create an instance of this class to represent the reservation details. This object contains the specific details of the reservation, including any user-specified information such as selected offers or special requests.

You create instances of this class when providing responses to INBookRestaurantReservationIntent or INGetUserCurrentRestaurantReservationBookingsIntent objects. After initializing an instance of this class with basic information, fill in any additional properties with details relevant to the reservation before returning it with your response.

For information about additional properties of this class that you can configure for a booking, see INRestaurantReservationBooking.

Topics

Initializing a Reservation

Accessing the Reservation Information

Accessing Special Offers

Constants

Initializers

See Also

Data Objects