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

# INSetDefrosterSettingsInCarIntentResponse

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

```
class INSetDefrosterSettingsInCarIntentResponse
```

## Overview

An [`INSetDefrosterSettingsInCarIntentResponse`](/documentation/Intents/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`](/documentation/Intents/INSetDefrosterSettingsInCarIntentResponse) object in the [`confirm(intent:completion:)`](/documentation/Intents/INSetDefrosterSettingsInCarIntentHandling/confirm(intent:completion:)) and [`handle(intent:completion:)`](/documentation/Intents/INSetDefrosterSettingsInCarIntentHandling/handle(intent:completion:)) methods of your set defroster settings in car handler object. For more information about implementing your handler object, see [`INSetDefrosterSettingsInCarIntentHandling`](/documentation/Intents/INSetDefrosterSettingsInCarIntentHandling).

## Topics

### Initializing the Response

[`init(code:userActivity:)`](/documentation/Intents/INSetDefrosterSettingsInCarIntentResponse/init(code:userActivity:))

Initializes the response object with the specified code and user activity object.

### Getting the Response Code

[`code`](/documentation/Intents/INSetDefrosterSettingsInCarIntentResponse/code)

The code indicating whether you successfully handled the intent.

[`INSetDefrosterSettingsInCarIntentResponseCode`](/documentation/Intents/INSetDefrosterSettingsInCarIntentResponseCode)

Constants indicating the state of the response.



---

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)