INSendMessageIntentHandling_Extensions.ConfirmSendMessage Method

Definition

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

public static void ConfirmSendMessage (this Intents.IINSendMessageIntentHandling This, Intents.INSendMessageIntent intent, Action<Intents.INSendMessageIntentResponse> completion);
static member ConfirmSendMessage : Intents.IINSendMessageIntentHandling * Intents.INSendMessageIntent * Action<Intents.INSendMessageIntentResponse> -> unit

Parameters

This
IINSendMessageIntentHandling

The instance on which this method operates.

intent
INSendMessageIntent

Specifies the user's intention.

completion
Action<INSendMessageIntentResponse>

Completion method that must be called by the override.

Applies to