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

# requiresManualRequest

A Boolean indicating whether the reservation requires manually contacting the restaurant to confirm the details.

```
var requiresManualRequest: Bool { get set }
```

## Discussion

The default value of this property is <doc://com.apple.documentation/documentation/Swift/false>, which indicates that your service can place reservations with the restaurant electronically. Change the value to <doc://com.apple.documentation/documentation/Swift/true> if your service must manually contact the restaurant in order to make the reservation.

---

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)