INTaskListResolutionResult.GetDisambiguation(INTaskList[]) Method

Definition

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

[Foundation.Export("disambiguationWithTaskListsToDisambiguate:")]
public static Intents.INTaskListResolutionResult GetDisambiguation (Intents.INTaskList[] taskListsToDisambiguate);
static member GetDisambiguation : Intents.INTaskList[] -> Intents.INTaskListResolutionResult

Parameters

taskListsToDisambiguate
INTaskList[]

The task list that must be disambiguated by the user.

Returns

Attributes

Applies to