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

# confirmationRequired(with:forReason:)

Creates an object whose resolution requires the user to confirm the reason for creating a new task list before proceeding.

```
class func confirmationRequired(with taskListToConfirm: INTaskList?, forReason reason: INAddTasksTargetTaskListConfirmationReason) -> Self
```

## Parameters

`taskListToConfirm`

The task list to confirm.

`reason`

The reason for confirming the task list.

## Return Value

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

## Discussion

Use this method when you can’t resolve the parameter to a similar but not equal temporal event type than the one specified in the intent. Don’t use this method to resolve task list types your app doesn’t support.

---

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)