---
title: "disambiguation(with:)"
framework: intents
role: symbol
role_heading: Type Method
path: "intents/innotecontentresolutionresult/disambiguation(with:)"
---

# disambiguation(with:)

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

## Declaration

```swift
class func disambiguation(with noteContentsToDisambiguate: [INNoteContent]) -> Self
```

## Parameters

- `noteContentsToDisambiguate`: An array of doc://com.apple.sirikit/documentation/Intents/INNoteContent objects for the user to choose from.

## Return Value

Return Value A new INNoteContentResolutionResult object.

## Discussion

Discussion Use this method to create a result object when more than one note matches the provided information and you cannot pick one definitively. Ask the user to select from among the notes that you specify.

## See Also

### Creating a Resolution Result Object

- [success(with:)](intents/innotecontentresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/innotecontentresolutionresult/confirmationrequired(with:).md)
