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

# INSetDefrosterSettingsInCarIntentHandling

The handler interface for changing a vehicle’s defroster settings.

```
protocol INSetDefrosterSettingsInCarIntentHandling : NSObjectProtocol
```

## Overview

Automotive vendors can support the [`INSetDefrosterSettingsInCarIntentHandling`](/documentation/Intents/INSetDefrosterSettingsInCarIntentHandling) 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 defroster settings. Your extension should be able to communicate with the vehicle and make the necessary climate control changes.

Siri delivers an [`INSetDefrosterSettingsInCarIntent`](/documentation/Intents/INSetDefrosterSettingsInCarIntent) object to your handler when the user asks to change the defroster change. The intent object contains information that you use to determine the new defroster settings and to make the change.

## Topics

### Resolving the Intent Parameters

[`resolveEnable(for:with:)`](/documentation/Intents/INSetDefrosterSettingsInCarIntentHandling/resolveEnable(for:with:))

Resolves whether you can enable or disable the defroster setting.

[`resolveDefroster(for:with:)`](/documentation/Intents/INSetDefrosterSettingsInCarIntentHandling/resolveDefroster(for:with:))

Resolves which defroster to change.

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

Resolves the car name.

### Confirming the Response

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

Confirms whether you can change the defroster settings.

### Handling the Intent

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

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