---
title: "disambiguation(with:)"
framework: intents
role: symbol
role_heading: Type Method
path: "intents/inpersonresolutionresult/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 peopleToDisambiguate: [INPerson]) -> Self
```

## Parameters

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

## Mentioned in

Improving interactions between Siri and your messaging app

## Return Value

Return Value A new INPersonResolutionResult object.

## Discussion

Discussion Use this method to create a result object when more than one person might match the given information and you can’t pick one definitively. Ask the user to select from among the people you specify.

## See Also

### Creating a Resolution Result Object

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