---
title: requiresPhoneNumber
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantreservationbooking/requiresphonenumber
---

# requiresPhoneNumber

A Boolean indicating whether the reservation requires a phone number before booking.

## Declaration

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

## Discussion

Discussion The default value of this property is false. Change the value to true if the restaurant (or your service) requires a phone number to confirm the reservation.

## See Also

### Configuring the Required Information

- [requiresName](intents/inrestaurantreservationbooking/requiresname.md)
- [requiresEmailAddress](intents/inrestaurantreservationbooking/requiresemailaddress.md)
- [requiresManualRequest](intents/inrestaurantreservationbooking/requiresmanualrequest.md)
