selectedOffer
The offer selected by the user.
Declaration
@NSCopying var selectedOffer: INRestaurantOffer? { get set }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.