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

# guest

The guest associated with the reservation.

## Declaration

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

## Discussion

Discussion Normally, the guest is the same person who made the reservation. However, If your app lets users edit the name on a reservation, the guest may be different.

## See Also

### Accessing the Reservation Information

- [status](intents/inrestaurantreservationuserbooking/status.md)
- [dateStatusModified](intents/inrestaurantreservationuserbooking/datestatusmodified.md)
- [guestProvidedSpecialRequestText](intents/inrestaurantreservationuserbooking/guestprovidedspecialrequesttext.md)
