Contents

userCurrentBookings

An array of the user’s current reservations.

Declaration

var userCurrentBookings: [INRestaurantReservationUserBooking] { get set }

Discussion

During the handling phase of the intent, your handler object should put the user’s reservations in this property. If there are no outstanding reservations associated with the user and matching the criteria in the intent object, specify an empty array for this property.