---
title: bookingIdentifier
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantreservationbooking/bookingidentifier
---

# bookingIdentifier

The unique identifier associated with this reservation.

## Declaration

```swift
var bookingIdentifier: String { get set }
```

## Discussion

Discussion Assign a unique identifier to this property that you can use later to complete the reservation. The identifier should be a string that you can use to look up the reservation details in your system.

## See Also

### Accessing the Booking Information

- [isBookingAvailable](intents/inrestaurantreservationbooking/isbookingavailable.md)
- [bookingDate](intents/inrestaurantreservationbooking/bookingdate.md)
- [bookingDescription](intents/inrestaurantreservationbooking/bookingdescription.md)
