<!--
{
  "availability" : [
    "iOS: 10.0.0 - 15.0.0",
    "iPadOS: 10.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSetSeatSettingsInCarIntentHandling",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(pl)INSetSeatSettingsInCarIntentHandling"
  },
  "title" : "INSetSeatSettingsInCarIntentHandling"
}
-->

# INSetSeatSettingsInCarIntentHandling

The handler interface for changing a vehicle’s seat-related settings.

```
protocol INSetSeatSettingsInCarIntentHandling : NSObjectProtocol
```

## Overview

Automotive venders can support the [`INSetSeatSettingsInCarIntentHandling`](/documentation/Intents/INSetSeatSettingsInCarIntentHandling) protocol in an Intents extension that they ship with their automotive apps. Use the methods of this protocol to resolve, confirm, and handle requests to change the vehicle’s seat-related settings. Your extension should be able to communicate with the vehicle and make the necessary changes.

Siri delivers an [`INSetSeatSettingsInCarIntent`](/documentation/Intents/INSetSeatSettingsInCarIntent) object to your handler when the user asks to change any seat settings. The provided intent object contains information that you use to determine which settings changed and what the new settings should be.

## Topics

### Resolving the Intent Parameters

[`resolveEnableCooling(for:with:)`](/documentation/Intents/INSetSeatSettingsInCarIntentHandling/resolveEnableCooling(for:with:))

Resolves whether you can enable the seat cooling system.

[`resolveEnableHeating(for:with:)`](/documentation/Intents/INSetSeatSettingsInCarIntentHandling/resolveEnableHeating(for:with:))

Resolves whether you can enable the seat heating system.

[`resolveEnableMassage(for:with:)`](/documentation/Intents/INSetSeatSettingsInCarIntentHandling/resolveEnableMassage(for:with:))

Resolves whether you can enable the seat massage system.

[`resolveSeat(for:with:)`](/documentation/Intents/INSetSeatSettingsInCarIntentHandling/resolveSeat(for:with:))

Resolves the requested seat position.

[`resolveLevel(for:with:)`](/documentation/Intents/INSetSeatSettingsInCarIntentHandling/resolveLevel(for:with:))

Resolves the intensity level of the requested system.

[`resolveRelativeLevelSetting(for:with:)`](/documentation/Intents/INSetSeatSettingsInCarIntentHandling/resolveRelativeLevelSetting(for:with:))

Resolves the requested relative qualifier for the intensity level.

[`resolveCarName(for:with:)`](/documentation/Intents/INSetSeatSettingsInCarIntentHandling/resolveCarName(for:with:))

Resolves the car name.

### Confirming the Response

[`confirm(intent:completion:)`](/documentation/Intents/INSetSeatSettingsInCarIntentHandling/confirm(intent:completion:))

Confirms whether you can change the seat settings.

### Handling the Intent

[`handle(intent:completion:)`](/documentation/Intents/INSetSeatSettingsInCarIntentHandling/handle(intent:completion:))

Handles changing the seat settings.



---

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)