IINSearchCallHistoryIntentHandling.HandleSearchCallHistory Metodo

Definizione

Gli sviluppatori devono eseguire l'override di questo metodo e richiamare il T con un INSearchCallHistoryIntentResponse oggetto appropriato per .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

Parametri

intent
INSearchCallHistoryIntent

Specifica l'intenzione dell'utente.

completion
Action<INSearchCallHistoryIntentResponse>

Metodo di completamento che deve essere chiamato dall'override.

Attributi

Si applica a