---
title: INSetDefrosterSettingsInCarIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/insetdefrostersettingsincarintentresponse
---

# INSetDefrosterSettingsInCarIntentResponse

Your app’s response to a set defroster settings in car intent.

## Declaration

```swift
class INSetDefrosterSettingsInCarIntentResponse
```

## Overview

Overview An INSetDefrosterSettingsInCarIntentResponse object contains the status of changing the defroster settings in the user’s vehicle. You create instances of this class when confirming or handling a set defroster settings in car intent. You create an INSetDefrosterSettingsInCarIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your set defroster settings in car handler object. For more information about implementing your handler object, see INSetDefrosterSettingsInCarIntentHandling.

## Topics

### Initializing the Response

- [init(code:userActivity:)](intents/insetdefrostersettingsincarintentresponse/init(code:useractivity:).md)

### Getting the Response Code

- [code](intents/insetdefrostersettingsincarintentresponse/code.md)
- [INSetDefrosterSettingsInCarIntentResponseCode](intents/insetdefrostersettingsincarintentresponsecode.md)

## Relationships

### Inherits From

- [INIntentResponse](intents/inintentresponse.md)

### Conforms To

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

## See Also

### CarPlay Defroster Settings

- [INSetDefrosterSettingsInCarIntentHandling](intents/insetdefrostersettingsincarintenthandling.md)
- [INSetDefrosterSettingsInCarIntent](intents/insetdefrostersettingsincarintent.md)
