Contents

disambiguation(with:)

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

Declaration

class func disambiguation(with temperaturesToDisambiguate: [Measurement<UnitTemperature>]) -> Self

Parameters

  • temperaturesToDisambiguate:

    An array of Nsmeasurement objects for the user to choose from. Each measurement object reflects a value of type Unittemperature.

Return Value

A new INTemperatureResolutionResult object.

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