---
title: "confirmationRequired(with:)"
framework: intents
role: symbol
role_heading: Type Method
path: "intents/inbalancetyperesolutionresult/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 balanceTypeToConfirm: INBalanceType) -> Self
```

## Parameters

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

## Return Value

Return Value A new INBalanceTypeResolutionResult object.

## Discussion

Discussion Use this method when you can resolve the balance type to a single value that is similar to the type specified by the user, but not exactly the same.

## See Also

### Creating a Resolution Result Object

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