init(reservationContainerReference:reservationItemReferences:)
Creates an intent that describes the reservation.
Declaration
init(reservationContainerReference: INSpeakableString?, reservationItemReferences: [INSpeakableString]?)Parameters
- reservationContainerReference:
An Inspeakablestring that uniquely identifies the Reservationitemreferences array.
- reservationItemReferences:
An array of 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 object should include information about the reservation that accurately represents the content, where to find it, and where to add it.