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

# init(itemReference:reservationNumber:bookingTime:reservationStatus:reservationHolderName:actions:url:reservationDuration:partySize:restaurantLocation:)

Creates a restaurant 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, reservationDuration: INDateComponentsRange, partySize: Int? = nil, restaurantLocation: CLPlacemark)
```

## 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, such as checking in when the user arrives at the restaurant.

`url`

A webpage containing reservation information.

`reservationDuration`

The date and time range that defines the start and end times for the restaurant reservation.

`partySize`

The size of the party for the reservation.

`restaurantLocation`

The name and location of the restaurant.

---

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)