次の方法で共有


INSearchForBillsIntentHandling_Extensions.HandleSearch メソッド

定義

開発者は、このメソッドを実装して請求書の検索をカスタマイズできます。

public static void HandleSearch (this Intents.IINSearchForBillsIntentHandling This, Intents.INSearchForBillsIntent intent, Action<Intents.INSearchForBillsIntentResponse> completion);
static member HandleSearch : Intents.IINSearchForBillsIntentHandling * Intents.INSearchForBillsIntent * Action<Intents.INSearchForBillsIntentResponse> -> unit

パラメーター

This
IINSearchForBillsIntentHandling

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

intent
INSearchForBillsIntent

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

completion
Action<INSearchForBillsIntentResponse>

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

適用対象