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

# confirmationRequired(with:)

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

## Declaration

```swift
class func confirmationRequired(with currencyAmountToConfirm: INCurrencyAmount?) -> Self
```

## Parameters

- `currencyAmountToConfirm`: The object that resolves the request but must be confirmed by the user.

## Return Value

Return Value A new INCurrencyAmountResolutionResult object.

## Discussion

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

## See Also

### Creating a Resolution Result Object

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