<!--
{
  "availability" : [
    "iOS: 11.0.0 - 27.0.0",
    "iPadOS: 11.0.0 - 27.0.0",
    "macCatalyst: 13.1.0 - 27.0.0",
    "visionOS: 1.0.0 - 27.0.0",
    "watchOS: 4.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INTaskResolutionResult/confirmationRequired(with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INTaskResolutionResult(cm)confirmationRequiredWithTaskToConfirm:"
  },
  "title" : "confirmationRequired(with:)"
}
-->

# confirmationRequired(with:)

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

```
class func confirmationRequired(with taskToConfirm: INTask?) -> Self
```

## Parameters

`taskToConfirm`

The object that resolves the request but must be confirmed by the user.

## Return Value

A new [`INTaskResolutionResult`](/documentation/Intents/INTaskResolutionResult) object.

## Discussion

Use this method when you locate a single task 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’s title text does not match precisely. Provide an [`INTask`](/documentation/Intents/INTask) object with as much information about the task as you have available.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)