<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INLodgingReservation/init(itemReference:reservationNumber:bookingTime:reservationStatus:reservationHolderName:actions:url:lodgingBusinessLocation:reservationDuration:numberOfAdults:numberOfChildren:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "s:So20INLodgingReservationC7IntentsE13itemReference17reservationNumber11bookingTime0F6Status0F10HolderName7actions3url23lodgingBusinessLocation0F8Duration14numberOfAdults0sT8ChildrenABSo17INSpeakableStringC_SSSg10Foundation4DateVSgSo013INReservationJ0VAQSaySo19INReservationActionCGSgAR3URLVSgSo11CLPlacemarkCSo21INDateComponentsRangeCSiSgA7_tcfc"
  },
  "title" : "init(itemReference:reservationNumber:bookingTime:reservationStatus:reservationHolderName:actions:url:lodgingBusinessLocation:reservationDuration:numberOfAdults:numberOfChildren:)"
}
-->

# init(itemReference:reservationNumber:bookingTime:reservationStatus:reservationHolderName:actions:url:lodgingBusinessLocation:reservationDuration:numberOfAdults:numberOfChildren:)

Creates a lodging reservation with the specified contents and attributes.

```
@nonobjc convenience init(itemReference: INSpeakableString, reservationNumber: String? = nil, bookingTime: Date? = nil, reservationStatus: INReservationStatus = .unknown, reservationHolderName: String? = nil, actions: [INReservationAction]? = nil, url: URL? = nil, lodgingBusinessLocation: CLPlacemark, reservationDuration: INDateComponentsRange, numberOfAdults: Int? = nil, numberOfChildren: Int? = nil)
```

## Parameters

`itemReference`

A unique identifier for the reservation.

`reservationNumber`

The reservation number.

`bookingTime`

The date and time the user made the reservation.

`reservationStatus`

The current status of the reservation.

`reservationHolderName`

The reservation holder’s name.

`actions`

Available actions associated with the reservation.

`url`

A webpage containing reservation information.

`lodgingBusinessLocation`

The name and location of the lodging establishment.

`reservationDuration`

The date and time range that defines the beginning and end of the reservation.

`numberOfAdults`

The number of adults staying in the lodging.

`numberOfChildren`

The number of children staying in the lodging.

---

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)