<!--
{
  "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/INSetClimateSettingsInCarIntentHandling",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(pl)INSetClimateSettingsInCarIntentHandling"
  },
  "title" : "INSetClimateSettingsInCarIntentHandling"
}
-->

# INSetClimateSettingsInCarIntentHandling

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

```
protocol INSetClimateSettingsInCarIntentHandling : NSObjectProtocol
```

## Overview

Automotive vendors can support the [`INSetClimateSettingsInCarIntentHandling`](/documentation/Intents/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`](/documentation/Intents/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:)`](/documentation/Intents/INSetClimateSettingsInCarIntentHandling/resolveEnableFan(for:with:))

Resolves whether you can enable the car’s fan.

[`resolveEnableAirConditioner(for:with:)`](/documentation/Intents/INSetClimateSettingsInCarIntentHandling/resolveEnableAirConditioner(for:with:))

Resolves whether you can enable the air conditioner.

[`resolveEnableClimateControl(for:with:)`](/documentation/Intents/INSetClimateSettingsInCarIntentHandling/resolveEnableClimateControl(for:with:))

Resolves whether you can enable the climate control system.

[`resolveEnableAutoMode(for:with:)`](/documentation/Intents/INSetClimateSettingsInCarIntentHandling/resolveEnableAutoMode(for:with:))

Resolves whether you can enable automatic mode for the car’s climate control.

[`resolveAirCirculationMode(for:with:)`](/documentation/Intents/INSetClimateSettingsInCarIntentHandling/resolveAirCirculationMode(for:with:))

Resolves the requested air circulation mode.

[`resolveFanSpeedIndex(for:with:)`](/documentation/Intents/INSetClimateSettingsInCarIntentHandling/resolveFanSpeedIndex(for:with:))

Resolves the requested fan speed index.

[`resolveFanSpeedPercentage(for:with:)`](/documentation/Intents/INSetClimateSettingsInCarIntentHandling/resolveFanSpeedPercentage(for:with:))

Resolves the requested fan speed percentage.

[`resolveRelativeFanSpeedSetting(for:with:)`](/documentation/Intents/INSetClimateSettingsInCarIntentHandling/resolveRelativeFanSpeedSetting(for:with:))

Resolves the requested relative qualifier for the fan speed.

[`resolveTemperature(for:with:)`](/documentation/Intents/INSetClimateSettingsInCarIntentHandling/resolveTemperature(for:with:))

Resolves the requested temperature value.

[`resolveRelativeTemperatureSetting(for:with:)`](/documentation/Intents/INSetClimateSettingsInCarIntentHandling/resolveRelativeTemperatureSetting(for:with:))

Resolves the requested relative qualifier for the temperature change.

[`resolveClimateZone(for:with:)`](/documentation/Intents/INSetClimateSettingsInCarIntentHandling/resolveClimateZone(for:with:))

Resolves the requested climate zone.

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

Resolves the car name.

### Confirming the Response

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

Confirms whether you can change the climate settings.

### Handling the Intent

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

Handles changing the climate control 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)