Contents

disambiguation(with:)

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

Declaration

class func disambiguation(with currencyAmountsToDisambiguate: [INCurrencyAmount]) -> Self

Parameters

  • currencyAmountsToDisambiguate:

    An array of Incurrencyamount objects for the user to choose from.

Return Value

A new INCurrencyAmountResolutionResult object.

Discussion

Use this method to create a result object when there’s more one value that might match the given parameter. Siri prompts the user to select from among the objects you provide.

See Also

Creating a Resolution Result Object