---
title: reservationItemReferences
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetreservationdetailsintent/reservationitemreferences
---

# reservationItemReferences

An array of unique identifiers for previously created reservations.

## Declaration

```swift
var reservationItemReferences: [INSpeakableString]? { get }
```

## Discussion

Discussion This property contains an array of unique identifiers for user-created reservations. You can provide a textual representation for this property, such as “Flight to Los Angeles” to describe an airline reservation.

## See Also

### Accessing a Reservation

- [reservationContainerReference](intents/ingetreservationdetailsintent/reservationcontainerreference.md)
