---
title: userBooking
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inbookrestaurantreservationintentresponse/userbooking
---

# userBooking

The detailed information about the reservation.

## Declaration

```swift
@NSCopying var userBooking: INRestaurantReservationUserBooking? { get set }
```

## Discussion

Discussion Use this property to specify the details of the user’s reservation. When creating the INRestaurantReservationUserBooking object, provide as much information as possible. The system conveys information from this object back to the user through the system’s reservation interfaces.

## See Also

### Accessing the Response Information

- [code](intents/inbookrestaurantreservationintentresponse/code.md)
- [INBookRestaurantReservationIntentCode](intents/inbookrestaurantreservationintentcode.md)
