INSearchForBillsIntentHandling_Extensions.HandleSearch Method

Definition

Developers may implement this method to customize bill searches.

public static void HandleSearch (this Intents.IINSearchForBillsIntentHandling This, Intents.INSearchForBillsIntent intent, Action<Intents.INSearchForBillsIntentResponse> completion);
static member HandleSearch : 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