<!--
{
  "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/INFlightReservation/init(itemReference:reservationNumber:bookingTime:reservationStatus:reservationHolderName:actions:reservedSeat:flight:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INFlightReservation(im)initWithItemReference:reservationNumber:bookingTime:reservationStatus:reservationHolderName:actions:reservedSeat:flight:"
  },
  "title" : "init(itemReference:reservationNumber:bookingTime:reservationStatus:reservationHolderName:actions:reservedSeat:flight:)"
}
-->

# init(itemReference:reservationNumber:bookingTime:reservationStatus:reservationHolderName:actions:reservedSeat:flight:)

Creates a new flight reservation with the specified contents and attributes.

```
convenience init(itemReference: INSpeakableString, reservationNumber: String?, bookingTime: Date?, reservationStatus: INReservationStatus, reservationHolderName: String?, actions: [INReservationAction]?, reservedSeat: INSeat?, flight: INFlight)
```

## 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 reservation status.

`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.

`reservedSeat`

The seat assigned to the user for the flight.

`flight`

The flight information for the reservation.

## Return Value

A new [`INRestaurantReservation`](/documentation/Intents/INRestaurantReservation) object or `nil` if unable to create one.

---

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)