INGetCarLockStatusIntent
INGetCarLockStatusIntent
INGetCarLockStatusIntent Class of Intents A request to get the lock status of the user’s car.
class INGetCarLockStatusIntentOverview
When the user asks for the car’s lock status, Siri creates an INGetCarLockStatusIntent object . This intent object can contain the name of the user’s car. Use this object to provide information about the car’s current lock status.
To handle this intent, the handler object in your Intents extension must adopt the INGetCarLockStatusIntentHandling protocol. Your handler should confirm the request and create an INGetCarLockStatusIntentResponse object with the results.