---
title: "confirmationRequired(with:)"
framework: intents
role: symbol
role_heading: Type Method
path: "intents/incallrecordtypeoptionsresolutionresult/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 callRecordTypeOptionsToConfirm: INCallRecordTypeOptions = []) -> Self
```

## Parameters

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

## Return Value

Return Value A new INCallRecordTypeOptionsResolutionResult object.

## Discussion

Discussion Use this method when you can resolve the parameter but want the user to confirm the value before proceeding. For example, you might ask for confirmation if you do not support searching for some, but not all, of the types requested by the user.

## See Also

### Creating a Resolution Result Object

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