<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRestaurantReservationUserBooking/status",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRestaurantReservationUserBooking(py)status"
  },
  "title" : "status"
}
-->

# status

The current status of the reservation.

```
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`](/documentation/Intents/INRestaurantReservationUserBooking/dateStatusModified) property as well.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)