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

## Parameters

- `temperaturesToDisambiguate`: An array of doc://com.apple.documentation/documentation/Foundation/NSMeasurement objects for the user to choose from. Each measurement object reflects a value of type doc://com.apple.documentation/documentation/Foundation/UnitTemperature.

## Return Value

Return Value A new INTemperatureResolutionResult object.

## Discussion

Discussion Use this method to create a result object when there is more one value that might match the given parameter. Siri asks the user to select from among the measurement values that you specify.

## See Also

### Creating a Resolution Result Object

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