---
title: offers
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantreservationbooking/offers
---

# offers

An array of special offers from the restaurant.

## Declaration

```swift
var offers: [INRestaurantOffer]? { get set }
```

## Discussion

Discussion If a given reservation has associated special offers, assign those offers to this property. The system presents the offers to the user, who then has the option of selecting one. Specify nil if there are no available offers. The default value of this property is nil.

## See Also

### Accessing the Reservation Information

- [restaurant](intents/inrestaurantreservationbooking/restaurant.md)
- [partySize](intents/inrestaurantreservationbooking/partysize.md)
