---
title: requiresEmailAddress
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantreservationbooking/requiresemailaddress
---

# requiresEmailAddress

A Boolean indicating whether the reservation requires an email address before it booking.

## Declaration

```swift
var requiresEmailAddress: 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 an email address to confirm the reservation.

## See Also

### Configuring the Required Information

- [requiresName](intents/inrestaurantreservationbooking/requiresname.md)
- [requiresPhoneNumber](intents/inrestaurantreservationbooking/requiresphonenumber.md)
- [requiresManualRequest](intents/inrestaurantreservationbooking/requiresmanualrequest.md)
