Edit

Share via


INSearchForMessagesIntentHandling_Extensions.ConfirmSearchForMessages Method

Definition

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

public static void ConfirmSearchForMessages (this Intents.IINSearchForMessagesIntentHandling This, Intents.INSearchForMessagesIntent intent, Action<Intents.INSearchForMessagesIntentResponse> completion);
static member ConfirmSearchForMessages : Intents.IINSearchForMessagesIntentHandling * Intents.INSearchForMessagesIntent * Action<Intents.INSearchForMessagesIntentResponse> -> unit

Parameters

This
IINSearchForMessagesIntentHandling

The instance on which this method operates.

intent
INSearchForMessagesIntent

Specifies the user's intention.

completion
Action<INSearchForMessagesIntentResponse>

Completion method that must be called by the override.

Applies to