INSearchForBillsIntentHandling_Extensions.HandleSearch メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
開発者は、このメソッドを実装して請求書の検索をカスタマイズできます。
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
パラメーター
このメソッドが動作するインスタンス。
- intent
- INSearchForBillsIntent
ユーザーの意図を指定します。
- completion
- Action<INSearchForBillsIntentResponse>
オーバーライドによって呼び出される必要がある Completion メソッド。