<!--
{
  "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/INTaskListResolutionResult/confirmationRequired(with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INTaskListResolutionResult(cm)confirmationRequiredWithTaskListToConfirm:"
  },
  "title" : "confirmationRequired(with:)"
}
-->

# confirmationRequired(with:)

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

```
class func confirmationRequired(with taskListToConfirm: INTaskList?) -> Self
```

## Parameters

`taskListToConfirm`

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

## Return Value

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

## Discussion

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