---
title: requiresName
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantreservationbooking/requiresname
---

# requiresName

A Boolean indicating whether the reservation requires a guest name before booking.

## Declaration

```swift
var requiresName: 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 the guest’s name to confirm the reservation.

## See Also

### Configuring the Required Information

- [requiresEmailAddress](intents/inrestaurantreservationbooking/requiresemailaddress.md)
- [requiresPhoneNumber](intents/inrestaurantreservationbooking/requiresphonenumber.md)
- [requiresManualRequest](intents/inrestaurantreservationbooking/requiresmanualrequest.md)
