---
title: nameFieldFirstNameOptional
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantguestdisplaypreferences/namefieldfirstnameoptional
---

# nameFieldFirstNameOptional

A Boolean value indicating whether the reservation requires the guest’s first name.

## Declaration

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

## Discussion

Discussion The default value of this property is false, which prevents completion of the reservation if the first name field is empty.

## See Also

### Specifying Required Fields

- [nameFieldLastNameOptional](intents/inrestaurantguestdisplaypreferences/namefieldlastnameoptional.md)
