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

# confirmationRequired(with:)

Creates an object whose resolution requires that the user must confirm the value before proceeding.

## Declaration

```swift
@nonobjc static func confirmationRequired(with valueToConfirm: Bool?) -> Self
```

## Parameters

- `valueToConfirm`: The value that resolves the request but that must be confirmed by the user.

## Return Value

Return Value A new INBooleanResolutionResult object.

## Discussion

Discussion Use this method when you can resolve the parameter to a single value but want the user to confirm that value.

## See Also

### Creating a Resolution Result Object

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