---
title: localizedRestaurantDescriptionText
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetavailablerestaurantreservationbookingsintentresponse/localizedrestaurantdescriptiontext
---

# localizedRestaurantDescriptionText

A localized, user-readable string containing a description of the restaurant.

## Declaration

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

## Discussion

Discussion Use this property to provide descriptive information about the restaurant. You are responsible for the contents of this string, Typical descriptions might include a summary of the cuisine offered by the restaurant along with a description of the restaurant’s ambiance, amenities, and services. The default value of this property is nil.

## See Also

### Specifying Additional Information

- [localizedBookingAdvisementText](intents/ingetavailablerestaurantreservationbookingsintentresponse/localizedbookingadvisementtext.md)
- [termsAndConditions](intents/ingetavailablerestaurantreservationbookingsintentresponse/termsandconditions.md)
