<!--
{
  "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/INFlight",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INFlight"
  },
  "title" : "INFlight"
}
-->

# INFlight

The information that describes a flight.

```
class INFlight
```

## Topics

### Initializing a Flight Object

[`init(airline:flightNumber:boardingTime:flightDuration:departureAirportGate:arrivalAirportGate:)`](/documentation/Intents/INFlight/init(airline:flightNumber:boardingTime:flightDuration:departureAirportGate:arrivalAirportGate:))

Creates a new object containing information about a flight.

### Getting the Flight Information

[`airline`](/documentation/Intents/INFlight/airline)

The airline on which the user is flying.

[`flightNumber`](/documentation/Intents/INFlight/flightNumber)

The number of a flight.

[`boardingTime`](/documentation/Intents/INFlight/boardingTime)

The date and time during which the flight is boarding.

[`flightDuration`](/documentation/Intents/INFlight/flightDuration)

The date and time range for the departure and arrival of the flight.

[`departureAirportGate`](/documentation/Intents/INFlight/departureAirportGate)

The gate from which the flight departs.

[`arrivalAirportGate`](/documentation/Intents/INFlight/arrivalAirportGate)

The gate at which the flight arrives



---

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)