<!--
{
  "availability" : [
    "iOS: 10.0.0 - 15.0.0",
    "iPadOS: 10.0.0 - 15.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSetSeatSettingsInCarIntent/level-94975",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "s:So28INSetSeatSettingsInCarIntentC7IntentsE5levelSiSgvp"
  },
  "title" : "level"
}
-->

# level

An integer value indicating the desired level for the seat setting.

```
@nonobjc final var level: Int? { get }
```

## Discussion

The value in this property maps to the heating, cooling, or massage level for the seat. For example, the value 1 corresponds to the first position of the corresponding knob, the value 2 corresponds to the second position of the knob, and so on. Use this property to change the corresponding seat setting to the level requested by the user.

The intent object contains a value for this property or the [`relativeLevelSetting`](/documentation/Intents/INSetSeatSettingsInCarIntent/relativeLevelSetting) property, but not both.

---

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)