---
title: INSetSeatSettingsInCarIntent
framework: intents
role: symbol
role_heading: Class
path: intents/insetseatsettingsincarintent
---

# INSetSeatSettingsInCarIntent

A request to change the seat-related settings in a CarPlay-enabled vehicle.

## Declaration

```swift
class INSetSeatSettingsInCarIntent
```

## Overview

Overview Automotive venders can add support for this intent to an Intents extension that they ship with their automotive apps. When the user asks Siri to change a seat-related setting, Siri creates an INSetSeatSettingsInCarIntent object and delivers it to the app’s Intents extension. You use the intent to identify which setting the user wants to change. This class contains properties for multiple types of seat-related settings, but a given instance of this class contains changes for only one setting at a time. When resolving and confirming the parameters of this intent, use the specified properties to modify your vehicle’s seat settings. Assume no changes for other settings. If your vehicle doesn’t support a particular setting, offer a reasonable fallback setting and ask the user for confirmation. The object that handles this intent must adopt the INSetSeatSettingsInCarIntentHandling protocol. Use this intent object to identify which setting changed and to create an INSetSeatSettingsInCarIntentResponse object indicating the results of changing the seat settings. Additional Intent Attributes The following table lists additional attributes of this intent object:  |   |   |  Example Phrases Users can ask Siri to change the seat settings in a vehicle in a variety of ways. The table below provides a few sample phrases in different languages. You can use these phrases during testing to trigger your intents. This list isn’t exhaustive and Siri may recognize many other phrases.  |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |  When managing CarPlay features, users don’t need to include the name of the app in the phrases that they speak. Siri knows automatically when CarPlay is active and routes CarPlay-related intents to the app of the corresponding automotive vendor.

## Topics

### Initializing the Intent Object

- [init(enableHeating:enableCooling:enableMassage:seat:level:relativeLevel:carName:)](intents/insetseatsettingsincarintent/init(enableheating:enablecooling:enablemassage:seat:level:relativelevel:carname:).md)

### Getting the Seat Position

- [seat](intents/insetseatsettingsincarintent/seat.md)

### Getting the New Settings

- [enableCooling](intents/insetseatsettingsincarintent/enablecooling-8qqx3.md)
- [enableHeating](intents/insetseatsettingsincarintent/enableheating-8auz2.md)
- [enableMassage](intents/insetseatsettingsincarintent/enablemassage-46ndx.md)
- [level](intents/insetseatsettingsincarintent/level-94975.md)
- [relativeLevelSetting](intents/insetseatsettingsincarintent/relativelevelsetting.md)

### Getting the Car Name

- [carName](intents/insetseatsettingsincarintent/carname.md)

## Relationships

### Inherits From

- [INIntent](intents/inintent.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [INIntentSetImageKeyPath](intents/inintentsetimagekeypath.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### CarPlay Seat Settings

- [INSetSeatSettingsInCarIntentHandling](intents/insetseatsettingsincarintenthandling.md)
- [INSetSeatSettingsInCarIntentResponse](intents/insetseatsettingsincarintentresponse.md)
