Partager via


IINSearchCallHistoryIntentHandling.HandleSearchCallHistory Méthode

Définition

Les développeurs doivent remplacer cette méthode et appeler T:System.Action'1 par un INSearchCallHistoryIntentResponse approprié à .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

Paramètres

intent
INSearchCallHistoryIntent

Spécifie l’intention de l’utilisateur.

completion
Action<INSearchCallHistoryIntentResponse>

Méthode d’achèvement qui doit être appelée par le remplacement.

Attributs

S’applique à