IINSearchCallHistoryIntentHandling.HandleSearchCallHistory Método

Definição

Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INSearchCallHistoryIntentResponse apropriado para o 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 a intenção do usuário.

completion
Action<INSearchCallHistoryIntentResponse>

Método de conclusão que deve ser chamado pela substituição.

Atributos

Aplica-se a