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

# INNoteResolutionResult

A resolution result for notes.

```
class INNoteResolutionResult
```

## Overview

You return an [`INNoteResolutionResult`](/documentation/Intents/INNoteResolutionResult) object when resolving parameters containing an [`INNote`](/documentation/Intents/INNote) 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: INNote) -> Self`](/documentation/Intents/INNoteResolutionResult/success(with:))

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

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

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

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

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

## Relationships

### Conforms To

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

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

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

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

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

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

### 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)