---
title: status
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantreservationuserbooking/status
---

# status

The current status of the reservation.

## Declaration

```swift
var status: INRestaurantReservationUserBookingStatus { get set }
```

## Discussion

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.

## See Also

### Accessing the Reservation Information

- [guest](intents/inrestaurantreservationuserbooking/guest.md)
- [dateStatusModified](intents/inrestaurantreservationuserbooking/datestatusmodified.md)
- [guestProvidedSpecialRequestText](intents/inrestaurantreservationuserbooking/guestprovidedspecialrequesttext.md)
