INCreateTaskListIntentHandling_Extensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |