INGetCarPowerLevelStatusIntent
INGetCarPowerLevelStatusIntent
INGetCarPowerLevelStatusIntent Class of Intents A request for the current power level of the user’s car.
class INGetCarPowerLevelStatusIntentOverview
When asked for the car’s power level, Siri creates an INGetCarPowerLevelStatusIntent object. This intent object can contain the name of the user’s car. Use this object to provide information about the car’s current power level.
To handle this intent, the handler object in your Intents extension must adopt the INGetCarPowerLevelStatusIntentHandling protocol. Your handler should confirm the request and create an INGetCarPowerLevelStatusIntentResponse object with the results.