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

# INTaskResolutionResult

A resolution result for a single task within a task list.

```
class INTaskResolutionResult
```

## Overview

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

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

## Topics

### Creating a Resolution Result Object

[`class func success(with: INTask) -> Self`](/documentation/Intents/INTaskResolutionResult/success(with:))

Creates an object whose resolution involves the successful matching of the specified parameter.

[`class func confirmationRequired(with: INTask?) -> Self`](/documentation/Intents/INTaskResolutionResult/confirmationRequired(with:))

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

[`class func disambiguation(with: [INTask]) -> Self`](/documentation/Intents/INTaskResolutionResult/disambiguation(with:))

Creates an object whose resolution requires the user to select from among the specified objects.

## Relationships

### Inherited By

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

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

### Conforms To

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

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

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

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

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

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

### Inherits From

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

---

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)