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

# selectedOffer

The offer selected by the user.

## Declaration

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

## Discussion

Discussion If the user selects a special offer when making the reservation, use this property to store the selected offer. You can retrieve the selected offer from the selectedOffer property of the INBookRestaurantReservationIntent object when providing your response to that intent.

## See Also

### Accessing Special Offers

- [advisementText](intents/inrestaurantreservationuserbooking/advisementtext.md)
