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

# INSeat

An object containing seat information associated with a reservation.

```
class INSeat
```

## Topics

### Creating a Seat Object

[`init(seatSection:seatRow:seatNumber:seatingType:)`](/documentation/Intents/INSeat/init(seatSection:seatRow:seatNumber:seatingType:))

Creates a new seat object containing the required seat information.

### Describing a Seat

[`seatSection`](/documentation/Intents/INSeat/seatSection)

The seat’s section.

[`seatRow`](/documentation/Intents/INSeat/seatRow)

The seat’s row.

[`seatNumber`](/documentation/Intents/INSeat/seatNumber)

The seat’s number.

[`seatingType`](/documentation/Intents/INSeat/seatingType)

The seat’s type.



---

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)