IINGetCarPowerLevelStatusIntentHandling.HandleGetCarPowerLevelStatus Method

Definition

Developers must override this method and invoke the T:System.Action`1 with an INGetCarPowerLevelStatusIntentResponse appropriate to the INGetCarPowerLevelStatusIntent intent.

[Foundation.Export("handleGetCarPowerLevelStatus:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleGetCarPowerLevelStatus (Intents.INGetCarPowerLevelStatusIntent intent, Action<Intents.INGetCarPowerLevelStatusIntentResponse> completion);
abstract member HandleGetCarPowerLevelStatus : Intents.INGetCarPowerLevelStatusIntent * Action<Intents.INGetCarPowerLevelStatusIntentResponse> -> unit

Parameters

intent
INGetCarPowerLevelStatusIntent

Specifies the user's intention.

completion
Action<INGetCarPowerLevelStatusIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to