INTaskResolutionResult.GetDisambiguation(INTask[]) Method

Definition

Factory method to create an INTaskResolutionResult object indicating that the user must choose an option.

[Foundation.Export("disambiguationWithTasksToDisambiguate:")]
public static Intents.INTaskResolutionResult GetDisambiguation (Intents.INTask[] tasksToDisambiguate);
static member GetDisambiguation : Intents.INTask[] -> Intents.INTaskResolutionResult

Parameters

tasksToDisambiguate
INTask[]

The task that must be disambiguated by the user.

Returns

Attributes

Applies to