<!--
{
  "availability" : [
    "iOS: 10.3.0 -",
    "iPadOS: 10.3.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INCarSignalOptionsResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INCarSignalOptionsResolutionResult"
  },
  "title" : "INCarSignalOptionsResolutionResult"
}
-->

# INCarSignalOptionsResolutionResult

A resolution result for the signals the intent is managing on the car.

```
class INCarSignalOptionsResolutionResult
```

## Overview

Return an `INCarSignalOptionsResolutionResult` object when resolving the [`signals`](/documentation/Intents/INActivateCarSignalIntent/signals) property of a [`INActivateCarSignalIntent`](/documentation/Intents/INActivateCarSignalIntent) object. Use the creation method that best reflects your ability to successfully resolve the parameter.

For additional resolution options, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result Object

[`class func success(with: INCarSignalOptions) -> Self`](/documentation/Intents/INCarSignalOptionsResolutionResult/success(with:))

Creates a resolution object that indicates the successful resolution of the provided value.

[`class func confirmationRequired(with: INCarSignalOptions) -> Self`](/documentation/Intents/INCarSignalOptionsResolutionResult/confirmationRequired(with:))

Creates a resolution object that requires confirmation of the provided value.

[`+ (instancetype) successWithResolvedValue:(INCarSignalOptions) resolvedValue;`](/documentation/Intents/INCarSignalOptionsResolutionResult/successWithResolvedValue:)

[`+ (instancetype) confirmationRequiredWithValueToConfirm:(INCarSignalOptions) valueToConfirm;`](/documentation/Intents/INCarSignalOptionsResolutionResult/confirmationRequiredWithValueToConfirm:)

## Relationships

### Conforms To

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

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

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

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

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

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

### Inherits From

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

---

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)