次の方法で共有


INSearchCallHistoryIntentHandling_Extensions.ConfirmSearchCallHistory メソッド

定義

開発者は、このメソッドをオーバーライドして、通話履歴検索の確認をカスタマイズできます。

public static void ConfirmSearchCallHistory (this Intents.IINSearchCallHistoryIntentHandling This, Intents.INSearchCallHistoryIntent intent, Action<Intents.INSearchCallHistoryIntentResponse> completion);
static member ConfirmSearchCallHistory : Intents.IINSearchCallHistoryIntentHandling * Intents.INSearchCallHistoryIntent * Action<Intents.INSearchCallHistoryIntentResponse> -> unit

パラメーター

This
IINSearchCallHistoryIntentHandling

このメソッドが動作するインスタンス。

intent
INSearchCallHistoryIntent

ユーザーの意図を指定します。

completion
Action<INSearchCallHistoryIntentResponse>

オーバーライドによって呼び出される必要がある Completion メソッド。

適用対象