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

# confirmationRequired(with:)

Creates a result that requires the user to confirm the value before proceeding.

## Declaration

```swift
class func confirmationRequired(with callRecordToConfirm: INCallRecord?) -> Self
```

## Parameters

- `callRecordToConfirm`: The value that resolves the request. It must get confirmed by the user.

## Return Value

Return Value A new INCallRecordResolutionResult object.

## Discussion

Discussion Use this method when you can’t resolve the parameter to a call record, and it has to get confirmed by the user to proceed.
