<!--
{
  "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/success(with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INCarSignalOptionsResolutionResult(cm)successWithResolvedCarSignalOptions:"
  },
  "title" : "success(with:)"
}
-->

# success(with:)

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

```
class func success(with resolvedCarSignalOptions: INCarSignalOptions = []) -> Self
```

## Parameters

`resolvedCarSignalOptions`

The value that resolves the [`signals`](/documentation/Intents/INActivateCarSignalIntent/signals) property of the activate car signal intent. This value may be different from the one specified in the intent object.

## Return Value

A new [`INCarSignalOptionsResolutionResult`](/documentation/Intents/INCarSignalOptionsResolutionResult) object.

## Discussion

Use this method to create a result object when you are able to resolve a parameter successfully.

---

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)