次の方法で共有


INGetCarPowerLevelStatusIntentHandling_Extensions.ResolveCarName メソッド

定義

開発者は、このメソッドを実装して車の名前を解決できます。

public static void ResolveCarName (this Intents.IINGetCarPowerLevelStatusIntentHandling This, Intents.INGetCarPowerLevelStatusIntent intent, Action<Intents.INSpeakableStringResolutionResult> completion);
static member ResolveCarName : Intents.IINGetCarPowerLevelStatusIntentHandling * Intents.INGetCarPowerLevelStatusIntent * Action<Intents.INSpeakableStringResolutionResult> -> unit

パラメーター

This
IINGetCarPowerLevelStatusIntentHandling

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

intent
INGetCarPowerLevelStatusIntent

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

completion
Action<INSpeakableStringResolutionResult>

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

適用対象