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

# guest

The identity of the guest associated with the reservation.

## Declaration

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

## Discussion

Discussion You can use this information to identify the user. After a reservation is successfully created, you can forward the user’s contact information to the restaurant so that it can communicate with the user directly.

## See Also

### Getting the Booking Details

- [bookingDateComponents](intents/inbookrestaurantreservationintent/bookingdatecomponents.md)
- [bookingIdentifier](intents/inbookrestaurantreservationintent/bookingidentifier.md)
- [partySize](intents/inbookrestaurantreservationintent/partysize.md)
