Compartir a través de


INSearchCallHistoryIntentHandling_Extensions.ConfirmSearchCallHistory Método

Definición

Los desarrolladores pueden invalidar este método para personalizar la confirmación de una búsqueda del historial de llamadas.

public static void ConfirmSearchCallHistory (this Intents.IINSearchCallHistoryIntentHandling This, Intents.INSearchCallHistoryIntent intent, Action<Intents.INSearchCallHistoryIntentResponse> completion);
static member ConfirmSearchCallHistory : Intents.IINSearchCallHistoryIntentHandling * Intents.INSearchCallHistoryIntent * Action<Intents.INSearchCallHistoryIntentResponse> -> unit

Parámetros

This
IINSearchCallHistoryIntentHandling

Instancia en la que opera este método.

intent
INSearchCallHistoryIntent

Especifica la intención del usuario.

completion
Action<INSearchCallHistoryIntentResponse>

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

Se aplica a