---
title: advisementText
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantreservationuserbooking/advisementtext
---

# advisementText

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

## Declaration

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

## Discussion

Discussion Use this property to store restaurant policies, parking instructions, or special information related to the reservation. The system displays the information in this string to the user along with the reservation details.

## See Also

### Accessing Special Offers

- [selectedOffer](intents/inrestaurantreservationuserbooking/selectedoffer.md)
