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

## Parameters

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

## Return Value

Return Value A new INAccountTypeResolutionResult object.

## Discussion

Discussion Use this method when you can resolve the account 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/inaccounttyperesolutionresult/success(with:).md)
