---
title: requiresManualRequest
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantreservationbooking/requiresmanualrequest
---

# requiresManualRequest

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

## Declaration

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

## Discussion

Discussion The default value of this property is false, which indicates that your service can place reservations with the restaurant electronically. Change the value to true if your service must manually contact the restaurant in order to make the reservation.

## See Also

### Configuring the Required Information

- [requiresName](intents/inrestaurantreservationbooking/requiresname.md)
- [requiresEmailAddress](intents/inrestaurantreservationbooking/requiresemailaddress.md)
- [requiresPhoneNumber](intents/inrestaurantreservationbooking/requiresphonenumber.md)
