<!--
{
  "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/INSeat/init(seatSection:seatRow:seatNumber:seatingType:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INSeat(im)initWithSeatSection:seatRow:seatNumber:seatingType:"
  },
  "title" : "init(seatSection:seatRow:seatNumber:seatingType:)"
}
-->

# init(seatSection:seatRow:seatNumber:seatingType:)

Creates a new seat object containing the required seat information.

```
init(seatSection: String?, seatRow: String?, seatNumber: String?, seatingType: String?)
```

## Parameters

`seatSection`

The seat’s section.

`seatRow`

The seat’s row.

`seatNumber`

The seat’s number.

`seatingType`

The seat’s type.

## Discussion

Create a new seat object when the reservation includes a seat assignment, such as for a flight or train reservation.

---

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)