<!--
{
  "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/INSetClimateSettingsInCarIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INSetClimateSettingsInCarIntentResponseCode"
  },
  "title" : "INSetClimateSettingsInCarIntentResponseCode"
}
-->

# INSetClimateSettingsInCarIntentResponseCode

Constants indicating the state of the response.

```
enum INSetClimateSettingsInCarIntentResponseCode
```

## Topics

### Constants

[`case unspecified`](/documentation/Intents/INSetClimateSettingsInCarIntentResponseCode/unspecified)

The response didn’t specify a resonse code.

[`case ready`](/documentation/Intents/INSetClimateSettingsInCarIntentResponseCode/ready)

You’re ready to handle the intent.

[`case inProgress`](/documentation/Intents/INSetClimateSettingsInCarIntentResponseCode/inProgress)

You’re in the process of handling the intent.

[`case success`](/documentation/Intents/INSetClimateSettingsInCarIntentResponseCode/success)

You successfully handled the intent.

[`case failure`](/documentation/Intents/INSetClimateSettingsInCarIntentResponseCode/failure)

You were unable to change the climate control settings.

[`case failureRequiringAppLaunch`](/documentation/Intents/INSetClimateSettingsInCarIntentResponseCode/failureRequiringAppLaunch)

The user must launch your app to change the climate control settings.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INSetClimateSettingsInCarIntentResponseCode/init(rawValue:))

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)