---
title: INSetClimateSettingsInCarIntentHandling
framework: intents
role: symbol
role_heading: Protocol
path: intents/insetclimatesettingsincarintenthandling
---

# INSetClimateSettingsInCarIntentHandling

The handler interface for changing a vehicle’s climate control settings.

## Declaration

```swift
protocol INSetClimateSettingsInCarIntentHandling : NSObjectProtocol
```

## Overview

Overview Automotive vendors can support the INSetClimateSettingsInCarIntentHandling 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 current climate control settings. Your extension should be able to communicate with the vehicle and make the necessary changes. Siri delivers an INSetClimateSettingsInCarIntent object to your handler when the user asks to change any climate 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

- [resolveEnableFan(for:with:)](intents/insetclimatesettingsincarintenthandling/resolveenablefan(for:with:).md)
- [resolveEnableAirConditioner(for:with:)](intents/insetclimatesettingsincarintenthandling/resolveenableairconditioner(for:with:).md)
- [resolveEnableClimateControl(for:with:)](intents/insetclimatesettingsincarintenthandling/resolveenableclimatecontrol(for:with:).md)
- [resolveEnableAutoMode(for:with:)](intents/insetclimatesettingsincarintenthandling/resolveenableautomode(for:with:).md)
- [resolveAirCirculationMode(for:with:)](intents/insetclimatesettingsincarintenthandling/resolveaircirculationmode(for:with:).md)
- [resolveFanSpeedIndex(for:with:)](intents/insetclimatesettingsincarintenthandling/resolvefanspeedindex(for:with:).md)
- [resolveFanSpeedPercentage(for:with:)](intents/insetclimatesettingsincarintenthandling/resolvefanspeedpercentage(for:with:).md)
- [resolveRelativeFanSpeedSetting(for:with:)](intents/insetclimatesettingsincarintenthandling/resolverelativefanspeedsetting(for:with:).md)
- [resolveTemperature(for:with:)](intents/insetclimatesettingsincarintenthandling/resolvetemperature(for:with:).md)
- [resolveRelativeTemperatureSetting(for:with:)](intents/insetclimatesettingsincarintenthandling/resolverelativetemperaturesetting(for:with:).md)
- [resolveClimateZone(for:with:)](intents/insetclimatesettingsincarintenthandling/resolveclimatezone(for:with:).md)
- [resolveCarName(for:with:)](intents/insetclimatesettingsincarintenthandling/resolvecarname(for:with:).md)

### Confirming the Response

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

### Handling the Intent

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

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

### Inherited By

- [INCarPlayDomainHandling](intents/incarplaydomainhandling.md)

## See Also

### CarPlay Climate Settings

- [INSetClimateSettingsInCarIntent](intents/insetclimatesettingsincarintent.md)
- [INSetClimateSettingsInCarIntentResponse](intents/insetclimatesettingsincarintentresponse.md)
