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

# confirmationRequired(with:)

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

## Declaration

```swift
class func confirmationRequired(with noteContentToConfirm: INNoteContent?) -> Self
```

## Parameters

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

## Return Value

Return Value A new INNoteContentResolutionResult object.

## Discussion

Discussion Use this method when you cannot resolve the parameter exactly as intended, but can resolve it to an appropriate value and want the user to confirm that value before continuing.

## See Also

### Creating a Resolution Result Object

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