<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRestaurantGuestDisplayPreferences",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRestaurantGuestDisplayPreferences"
  },
  "title" : "INRestaurantGuestDisplayPreferences"
}
-->

# INRestaurantGuestDisplayPreferences

Options about how to display guest information from system interfaces.

```
class INRestaurantGuestDisplayPreferences
```

## Overview

An [`INRestaurantGuestDisplayPreferences`](/documentation/Intents/INRestaurantGuestDisplayPreferences) object contains configuration options used by any reservation-related interfaces that present guest information. Create an instance of this class and assign it to the [`guestDisplayPreferences`](/documentation/Intents/INGetRestaurantGuestIntentResponse/guestDisplayPreferences) property of your [`INGetRestaurantGuestIntentResponse`](/documentation/Intents/INGetRestaurantGuestIntentResponse) object when handling a request for information about the person making a reservation. Use the properties of this class to specify what information you want displayed for a user and whether you can change that information prior to completing a reservation.

## Topics

### Specifying Which Fields to Display

[`nameFieldShouldBeDisplayed`](/documentation/Intents/INRestaurantGuestDisplayPreferences/nameFieldShouldBeDisplayed)

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

[`phoneNumberFieldShouldBeDisplayed`](/documentation/Intents/INRestaurantGuestDisplayPreferences/phoneNumberFieldShouldBeDisplayed)

A Boolean value indicating whether to display the guest’s phone number.

[`emailAddressFieldShouldBeDisplayed`](/documentation/Intents/INRestaurantGuestDisplayPreferences/emailAddressFieldShouldBeDisplayed)

A Boolean value indicating whether to display the guest’s email address.

### Specifying Required Fields

[`nameFieldFirstNameOptional`](/documentation/Intents/INRestaurantGuestDisplayPreferences/nameFieldFirstNameOptional)

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

[`nameFieldLastNameOptional`](/documentation/Intents/INRestaurantGuestDisplayPreferences/nameFieldLastNameOptional)

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

### Making the Guest Information Editable

[`nameEditable`](/documentation/Intents/INRestaurantGuestDisplayPreferences/nameEditable)

A Boolean value indicating whether the name fields are editable.

[`emailAddressEditable`](/documentation/Intents/INRestaurantGuestDisplayPreferences/emailAddressEditable)

A Boolean value indicating whether the email address field is editable.

[`phoneNumberEditable`](/documentation/Intents/INRestaurantGuestDisplayPreferences/phoneNumberEditable)

A Boolean value indicating whether the phone number field is editable.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)