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

# guestProvidedSpecialRequestText

Any special requests made by the user with the reservation.

## Declaration

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

## Discussion

Discussion Users can include special requests when booking a reservation. For example, the user might use request a non-smoking table or enumerate any dietary restrictions. If the user provides additional requests, this field contains that information.

## See Also

### Accessing the Reservation Information

- [guest](intents/inrestaurantreservationuserbooking/guest.md)
- [status](intents/inrestaurantreservationuserbooking/status.md)
- [dateStatusModified](intents/inrestaurantreservationuserbooking/datestatusmodified.md)
