INCreateTaskListIntentHandling_Extensions Class

Definition

Optional methods for the IINCreateTaskListIntentHandling interface.

public static class INCreateTaskListIntentHandling_Extensions
type INCreateTaskListIntentHandling_Extensions = class
Inheritance
INCreateTaskListIntentHandling_Extensions

Methods

Confirm(IINCreateTaskListIntentHandling, INCreateTaskListIntent, Action<INCreateTaskListIntentResponse>)

Developers may implement this method to confirm whether local and remote resources are ready to create the task.

ResolveGroupName(IINCreateTaskListIntentHandling, INCreateTaskListIntent, Action<INSpeakableStringResolutionResult>)

Developers may implement this method to customize resolution of a task list's group name.

ResolveTaskTitles(IINCreateTaskListIntentHandling, INCreateTaskListIntent, Action<INSpeakableStringResolutionResult[]>)

Developers may implement this method to customize resolution of a task list's task titles.

ResolveTitle(IINCreateTaskListIntentHandling, INCreateTaskListIntent, Action<INSpeakableStringResolutionResult>)

Developers may implement this method to customize resolution of a task list's title.

Applies to