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

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

Creates a new lodging reservation with the provided information.

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

## Parameters

`itemReference`

A unique value for the reservation item.

`reservationNumber`

The reservation or booking number provided by the app.

`bookingTime`

The date and time the user made the reservation.

`reservationStatus`

The current status of the reservation.

`reservationHolderName`

The name of the person the reservation is under.

`actions`

The available actions for the reservation. For example, checking in for the reservation from your phone.

`lodgingBusinessLocation`

The name and location of the lodging establishment.

`reservationDuration`

The date and time range that indicates the start and end times for 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)