---
title: INSetDefrosterSettingsInCarIntentHandling
framework: intents
role: symbol
role_heading: Protocol
path: intents/insetdefrostersettingsincarintenthandling
---

# INSetDefrosterSettingsInCarIntentHandling

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

## Declaration

```swift
protocol INSetDefrosterSettingsInCarIntentHandling : NSObjectProtocol
```

## Overview

Overview Automotive vendors can support the 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 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:)](intents/insetdefrostersettingsincarintenthandling/resolveenable(for:with:).md)
- [resolveDefroster(for:with:)](intents/insetdefrostersettingsincarintenthandling/resolvedefroster(for:with:).md)
- [resolveCarName(for:with:)](intents/insetdefrostersettingsincarintenthandling/resolvecarname(for:with:).md)

### Confirming the Response

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

### Handling the Intent

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

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

### Inherited By

- [INCarPlayDomainHandling](intents/incarplaydomainhandling.md)

## See Also

### CarPlay Defroster Settings

- [INSetDefrosterSettingsInCarIntent](intents/insetdefrostersettingsincarintent.md)
- [INSetDefrosterSettingsInCarIntentResponse](intents/insetdefrostersettingsincarintentresponse.md)
