INSendMessageIntentHandling_Extensions Class

Definition

Optional methods of the IINSendMessageIntentHandling interface.

public static class INSendMessageIntentHandling_Extensions
type INSendMessageIntentHandling_Extensions = class
Inheritance
INSendMessageIntentHandling_Extensions

Methods

ConfirmSendMessage(IINSendMessageIntentHandling, INSendMessageIntent, Action<INSendMessageIntentResponse>)

Developers may override this method to customize the confirmation to send a message.

ResolveContent(IINSendMessageIntentHandling, INSendMessageIntent, Action<INStringResolutionResult>)

Developers may override this method to customize the resolution of the content of a message.

ResolveGroupName(IINSendMessageIntentHandling, INSendMessageIntent, Action<INStringResolutionResult>)

Developers should not use this deprecated method. Developers should use 'ResolveSpeakableGroupName' instead.

ResolveRecipients(IINSendMessageIntentHandling, INSendMessageIntent, Action<INPersonResolutionResult[]>)

Developers may implement this method to customize the resolution of message recipients.

ResolveRecipients(IINSendMessageIntentHandling, INSendMessageIntent, Action<INSendMessageRecipientResolutionResult[]>)

Developers may implement this method to customize the resolution of message recipients.

ResolveSpeakableGroupName(IINSendMessageIntentHandling, INSendMessageIntent, Action<INSpeakableStringResolutionResult>)

Developers may implement this method to customize the resolution of the speakable group name.

Applies to