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

# INRestaurantGuest

The person assigned to a reservation.

```
class INRestaurantGuest
```

## Overview

An [`INRestaurantGuest`](/documentation/Intents/INRestaurantGuest) object identifies the user assigned to a reservation and includes contact information used to communicate changes or updates to the reservation. During the creation of a reservation, the system sends a [`INGetRestaurantGuestIntent`](/documentation/Intents/INGetRestaurantGuestIntent) intent to your Intents extension and asks it to provide the identity of the guest to assign to the reservation. You create an instance of this class and associate it with your response to that intent.

Depending on the preferences you return to the system about how to display guest information, the user might have the option of changing the name and contact info assigned to a reservation. When that happens, the system may return a new instance of this class during the final booking stages of the reservation with the revised guest information.

## Topics

### Initializing a Restaurant Guest

[`init(nameComponents:phoneNumber:emailAddress:)`](/documentation/Intents/INRestaurantGuest/init(nameComponents:phoneNumber:emailAddress:))

Initializes the object with the specified name and contact information for the user.

### Accessing the Guest Information

[`phoneNumber`](/documentation/Intents/INRestaurantGuest/phoneNumber)

The phone number to use when contacting the user about reservations.

[`emailAddress`](/documentation/Intents/INRestaurantGuest/emailAddress)

The email address to use when contacting the user about reservations.



---

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)