---
title: selectedOffer
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inbookrestaurantreservationintent/selectedoffer
---

# selectedOffer

The special offer, if any, selected by the user.

## Declaration

```swift
@NSCopying var selectedOffer: INRestaurantOffer? { get set }
```

## Discussion

Discussion If the reservation option selected by the user contained any special offers, this property contains the offer that the user selected. Prior to booking, you create INRestaurantReservationBooking objects with the details of the reservation options, including any special offers available at that time. If the user selects one of the options, the system puts the information about the selected offer in this property. You should convey the offer data to the restaurant along with the other details of the user’s reservation.

## See Also

### Getting Special Requests and Offers

- [guestProvidedSpecialRequestText](intents/inbookrestaurantreservationintent/guestprovidedspecialrequesttext.md)
