---
title: offerTitleText
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantoffer/offertitletext
---

# offerTitleText

The user-readable text that summarizes the offer.

## Declaration

```swift
var offerTitleText: String { get set }
```

## Discussion

Discussion The string you specify in this property should be brief and communicate the overall intent of the offer. Use the offerDetailText property to communicate the details of the offer.

## See Also

### Accessing the Offer Details

- [offerDetailText](intents/inrestaurantoffer/offerdetailtext.md)
- [offerIdentifier](intents/inrestaurantoffer/offeridentifier.md)
