---
title: bookingDescription
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantreservationbooking/bookingdescription
---

# bookingDescription

An optional description of the booking.

## Declaration

```swift
var bookingDescription: String? { get set }
```

## Discussion

Discussion Use this property to provide a user-readable description of the reservation. For example, you might use this property to summarize the restaurant, date, and party information.

## See Also

### Accessing the Booking Information

- [bookingIdentifier](intents/inrestaurantreservationbooking/bookingidentifier.md)
- [isBookingAvailable](intents/inrestaurantreservationbooking/isbookingavailable.md)
- [bookingDate](intents/inrestaurantreservationbooking/bookingdate.md)
