Compartir a través de


IINSearchCallHistoryIntentHandling.HandleSearchCallHistory Método

Definición

Los desarrolladores deben invalidar este método e invocar TSystem.Action'1 con un INSearchCallHistoryIntentResponse adecuado para .INSearchCallHistoryIntentintent

[Foundation.Export("handleSearchCallHistory:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleSearchCallHistory (Intents.INSearchCallHistoryIntent intent, Action<Intents.INSearchCallHistoryIntentResponse> completion);
abstract member HandleSearchCallHistory : Intents.INSearchCallHistoryIntent * Action<Intents.INSearchCallHistoryIntentResponse> -> unit

Parámetros

intent
INSearchCallHistoryIntent

Especifica la intención del usuario.

completion
Action<INSearchCallHistoryIntentResponse>

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

Atributos

Se aplica a