共用方式為


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>

覆寫必須呼叫的完成方法。

屬性

適用於