---
title: nameFieldShouldBeDisplayed
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantguestdisplaypreferences/namefieldshouldbedisplayed
---

# nameFieldShouldBeDisplayed

A Boolean value indicating whether to display the guest’s name should.

## Declaration

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

## Discussion

Discussion The default value of this property is true, which displays the guest’s name.

## See Also

### Specifying Which Fields to Display

- [phoneNumberFieldShouldBeDisplayed](intents/inrestaurantguestdisplaypreferences/phonenumberfieldshouldbedisplayed.md)
- [emailAddressFieldShouldBeDisplayed](intents/inrestaurantguestdisplaypreferences/emailaddressfieldshouldbedisplayed.md)
