共用方式為


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>

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

適用於