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>

必须由重写调用的完成方法。

适用于