<!--
{
  "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",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INAddTasksTargetTaskListResolutionResult"
  },
  "title" : "INAddTasksTargetTaskListResolutionResult"
}
-->

# INAddTasksTargetTaskListResolutionResult

A resolution result that adds tasks to a target task list.

```
class INAddTasksTargetTaskListResolutionResult
```

## Overview

You return an [`INAddTasksTargetTaskListResolutionResult`](/documentation/Intents/INAddTasksTargetTaskListResolutionResult) object when resolving parameters containing an [`INAddTasksTargetTaskListConfirmationReason`](/documentation/Intents/INAddTasksTargetTaskListConfirmationReason) value. Use the creation method that best reflects your ability to successfully resolve the parameter.

For additional resolution operators, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result

[`-  initWithTaskListResolutionResult:`](/documentation/Intents/INAddTasksTargetTaskListResolutionResult/init(taskListResolutionResult:))

Creates an object whose resolution involves successfully matching the specified task list.

[`+  confirmationRequiredWithTaskListToConfirm:forReason:`](/documentation/Intents/INAddTasksTargetTaskListResolutionResult/confirmationRequired(with:forReason:))

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

[`INAddTasksTargetTaskListConfirmationReason`](/documentation/Intents/INAddTasksTargetTaskListConfirmationReason)

Constants that indicate the reason for confirming a task list.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Equatable`](/documentation/Swift/Equatable)

### Inherits From

[`INTaskListResolutionResult`](/documentation/Intents/INTaskListResolutionResult)

---

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)