---
title: "confirmationRequired(with:)"
framework: intents
role: symbol
role_heading: Type Method
path: "intents/incarsignaloptionsresolutionresult/confirmationrequired(with:)"
---

# confirmationRequired(with:)

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

## Declaration

```swift
class func confirmationRequired(with carSignalOptionsToConfirm: INCarSignalOptions = []) -> Self
```

## Parameters

- `carSignalOptionsToConfirm`: The signal option value to confirm. For a list of possible values, see doc://com.apple.sirikit/documentation/Intents/INCarSignalOptions.

## Return Value

Return Value A new INCarSignalOptionsResolutionResult object.

## Discussion

Discussion Use this method when you can resolve the parameter to the specified value, but you still want the user to confirm that value.

## See Also

### Creating a Resolution Result Object

- [success(with:)](intents/incarsignaloptionsresolutionresult/success(with:).md)
