INCreateNoteIntentHandling_Extensions Class

Definition

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.

Applies to