INSearchForBillsIntentHandling_Extensions.ConfirmSearch Method

Definition

Developers may implement this method to customize search confirmation.

public static void ConfirmSearch (this Intents.IINSearchForBillsIntentHandling This, Intents.INSearchForBillsIntent intent, Action<Intents.INSearchForBillsIntentResponse> completion);
static member ConfirmSearch : Intents.IINSearchForBillsIntentHandling * Intents.INSearchForBillsIntent * Action<Intents.INSearchForBillsIntentResponse> -> unit

Parameters

This
IINSearchForBillsIntentHandling

The instance on which this method operates.

intent
INSearchForBillsIntent

Specifies the user's intention.

completion
Action<INSearchForBillsIntentResponse>

Completion method that must be called by the override.

Applies to