IINSearchCallHistoryIntentHandling.HandleSearchCallHistory 方法

定义

开发人员必须重写此方法,并使用 相应的 INSearchCallHistoryIntentintent调用 T:System.Action'1INSearchCallHistoryIntentResponse

[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

参数

intent
INSearchCallHistoryIntent

指定用户的意图。

completion
Action<INSearchCallHistoryIntentResponse>

必须由替代调用的完成方法。

属性

适用于