---
title: guestProvidedSpecialRequestText
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inbookrestaurantreservationintent/guestprovidedspecialrequesttext
---

# guestProvidedSpecialRequestText

Information about any special requests made by the user.

## Declaration

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

## Discussion

Discussion This property inclues and special requests made during booking. For example, the user might of asked for a non-smoking table or included special dietary requests when making a reservation. You should forward any special requests to the restaurant.

## See Also

### Getting Special Requests and Offers

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