---
title: INSetSeatSettingsInCarIntentHandling
framework: intents
role: symbol
role_heading: Protocol
path: intents/insetseatsettingsincarintenthandling
---

# INSetSeatSettingsInCarIntentHandling

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

## Declaration

```swift
protocol INSetSeatSettingsInCarIntentHandling : NSObjectProtocol
```

## Overview

Overview Automotive venders can support the 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 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:)](intents/insetseatsettingsincarintenthandling/resolveenablecooling(for:with:).md)
- [resolveEnableHeating(for:with:)](intents/insetseatsettingsincarintenthandling/resolveenableheating(for:with:).md)
- [resolveEnableMassage(for:with:)](intents/insetseatsettingsincarintenthandling/resolveenablemassage(for:with:).md)
- [resolveSeat(for:with:)](intents/insetseatsettingsincarintenthandling/resolveseat(for:with:).md)
- [resolveLevel(for:with:)](intents/insetseatsettingsincarintenthandling/resolvelevel(for:with:).md)
- [resolveRelativeLevelSetting(for:with:)](intents/insetseatsettingsincarintenthandling/resolverelativelevelsetting(for:with:).md)
- [resolveCarName(for:with:)](intents/insetseatsettingsincarintenthandling/resolvecarname(for:with:).md)

### Confirming the Response

- [confirm(intent:completion:)](intents/insetseatsettingsincarintenthandling/confirm(intent:completion:).md)

### Handling the Intent

- [handle(intent:completion:)](intents/insetseatsettingsincarintenthandling/handle(intent:completion:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

### Inherited By

- [INCarPlayDomainHandling](intents/incarplaydomainhandling.md)

## See Also

### CarPlay Seat Settings

- [INSetSeatSettingsInCarIntent](intents/insetseatsettingsincarintent.md)
- [INSetSeatSettingsInCarIntentResponse](intents/insetseatsettingsincarintentresponse.md)
