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

# disambiguation(with:)

Creates a result that requires the user to select from an array of choices.

## Declaration

```swift
class func disambiguation(with callRecordsToDisambiguate: [INCallRecord]) -> Self
```

## Parameters

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

## Return Value

Return Value A new INCallRecordResolutionResult object.

## Discussion

Discussion Use this method to create a result when one INCallRecord matches the given information, and you can’t definitively pick one. Ask the user to select from the objects you specify.
