INCreateNoteIntentHandling_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 IINCreateNoteIntentHandling interface.
public static class INCreateNoteIntentHandling_Extensions
type INCreateNoteIntentHandling_Extensions = class
- Inheritance
-
INCreateNoteIntentHandling_Extensions
Methods
Confirm(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INCreateNoteIntentResponse>) |
Developers may implement this method to confirm whether local and remote resources are ready to create the note. |
ResolveContent(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INNoteContentResolutionResult>) |
Developers may implement this method to resolve the content of a note. |
ResolveGroupName(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INSpeakableStringResolutionResult>) |
Developers may implement this method to customize the resolution of a note's group name. |
ResolveTitle(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INSpeakableStringResolutionResult>) |
Developers may implement this method to customize the resolution of a note's title. |