---
title: localizedBookingAdvisementText
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetavailablerestaurantreservationbookingsintentresponse/localizedbookingadvisementtext
---

# localizedBookingAdvisementText

A localized, user-readable string containing policies and information related to the reservation.

## Declaration

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

## Discussion

Discussion Use this property to convey restaurant policies, parking instructions, or special information related to the reservation. The system displays this information to the user along with the reservation options. The default value of this property is nil.

## See Also

### Specifying Additional Information

- [localizedRestaurantDescriptionText](intents/ingetavailablerestaurantreservationbookingsintentresponse/localizedrestaurantdescriptiontext.md)
- [termsAndConditions](intents/ingetavailablerestaurantreservationbookingsintentresponse/termsandconditions.md)
