---
title: guest
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetrestaurantguestintentresponse/guest
---

# guest

The identity of the person making the reservation.

## Declaration

```swift
@NSCopying var guest: INRestaurantGuest? { get set }
```

## Discussion

Discussion Use this property to specify the identity of the person making the reservation. Depending on the preferences you specify in the guestDisplayPreferences property, this person may or may not be the person associated with any newly created reservations.

## See Also

### Specifying the Response Details

- [guestDisplayPreferences](intents/ingetrestaurantguestintentresponse/guestdisplaypreferences.md)
