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

# confirmationRequired(with:)

Creates an object whose resolution requires user confirmation before proceeding.

## Declaration

```swift
class func confirmationRequired(with taskPriorityToConfirm: INTaskPriority) -> Self
```

## Parameters

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

## Return Value

Return Value A new INTaskPriorityResolutionResult object.

## Discussion

Discussion Use this method when you have to make assumptions about the time information specified by the user.

## See Also

### Creating a Resolution Result Object

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