Compartir a través de


INSearchForBillsIntentHandling_Extensions.HandleSearch Método

Definición

Los desarrolladores pueden implementar este método para personalizar las búsquedas de facturas.

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

Parámetros

This
IINSearchForBillsIntentHandling

Instancia en la que opera este método.

intent
INSearchForBillsIntent

Especifica la intención del usuario.

completion
Action<INSearchForBillsIntentResponse>

Método de finalización al que debe llamar la invalidación.

Se aplica a