status
The current status of the reservation.
Declaration
var status: INRestaurantReservationUserBookingStatus { get set }Discussion
Upon receipt of a reservation, your Intents extension works with the restaurant to place the reservation. This property contains the status of whether the restaurant accepted or declined the reservation, or whether the reservation is still pending while you communicate the details of the reservation to the restaurant.
When the value of this property changes, update the dateStatusModified property as well.