---
title: itemReference
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inreservation/itemreference
---

# itemReference

A unique reference for the reservation.

## Declaration

```swift
@NSCopying var itemReference: INSpeakableString { get }
```

## Discussion

Discussion Provide information that identifies this specific reservation. The vocabularyIdentifier should be specific enough that your app can use it to retrieve and display this reservation’s info later. The spokenPhrase should describe the event to the user. For example, a restaurant reservation might use a phrase like “Table for 2 at McNeil’s on February 11” or “7pm at McNeil’s”. For a multi-part reservation, such as a round-trip ticket, provide an itemReference that is specific to this portion of the overall reservation.

## See Also

### Describing the Reservation

- [reservationHolderName](intents/inreservation/reservationholdername.md)
- [reservationNumber](intents/inreservation/reservationnumber.md)
- [reservationStatus](intents/inreservation/reservationstatus.md)
- [bookingTime](intents/inreservation/bookingtime.md)
- [actions](intents/inreservation/actions.md)
- [url](intents/inreservation/url.md)
