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

# confirmationRequired(with:)

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

## Declaration

```swift
class func confirmationRequired(with noteContentTypeToConfirm: INNoteContentType) -> Self
```

## Parameters

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

## Return Value

Return Value A new INNoteContentTypeResolutionResult object.

## Discussion

Discussion Use this method when you cannot provide note content for the specified type but can provide it for a different type and want to confirm with the user before proceeding.

## See Also

### Creating a Resolution Result Object

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