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

# confirmationRequired(with:)

Creates an object whose resolution requires confirmation from the user before proceeding.

## Declaration

```swift
class func confirmationRequired(with taskListToConfirm: INTaskList?) -> Self
```

## Parameters

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

## Return Value

Return Value A new INTaskListResolutionResult object.

## Discussion

Discussion Use this method when you locate a single task list but cannot determine with enough certainty that it is the one intended by the user. For example, you might ask for confirmation when the task list title does not match precisely. Provide an INTaskList object with as much information about the task list as you have available.

## See Also

### Creating a Resolution Result Object

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