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

# confirmationRequired(with:)

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

## Declaration

```swift
class func confirmationRequired(with notebookItemTypeToConfirm: INNotebookItemType) -> Self
```

## Parameters

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

## Return Value

Return Value A new INNotebookItemTypeResolutionResult object.

## Discussion

Discussion Use this method when you cannot search for the specified type of content but can search for a similar type and want to confirm with the user before proceeding.

## See Also

### Creating a Resolution Result Object

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