<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INGetReservationDetailsIntent/init(reservationContainerReference:reservationItemReferences:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INGetReservationDetailsIntent(im)initWithReservationContainerReference:reservationItemReferences:"
  },
  "title" : "init(reservationContainerReference:reservationItemReferences:)"
}
-->

# init(reservationContainerReference:reservationItemReferences:)

Creates an intent that describes the reservation.

```
init(reservationContainerReference: INSpeakableString?, reservationItemReferences: [INSpeakableString]?)
```

## Parameters

`reservationContainerReference`

An [`INSpeakableString`](/documentation/Intents/INSpeakableString) that uniquely identifies the [`reservationItemReferences`](/documentation/Intents/INGetReservationDetailsIntent/reservationItemReferences) array.

`reservationItemReferences`

An array of [`INSpeakableString`](/documentation/Intents/INSpeakableString) objects in which each object uniquely identifies a single reservation.

## Return Value

An initialized intent object or `nil` if the object could not be created.

## Discussion

The [`INGetReservationDetailsIntent`](/documentation/Intents/INGetReservationDetailsIntent) object should include information about the reservation that accurately represents the content, where to find it, and where to add it.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)