INSetCarLockStatusIntent

INSetCarLockStatusIntent

INSetCarLockStatusIntent Class of Intents A request to lock or unlock the user’s car.

class INSetCarLockStatusIntent

Overview

When the user asks to lock or unlock the car, Siri creates an INSetCarLockStatusIntent object. This intent object can contain the name of the user’s car and the requested lock status. Use this object to lock or unlock the car.

To handle this intent, the handler object in your Intents extension must adopt the INSetCarLockStatusIntentHandling protocol. Your handler should confirm the request and create an INSetCarLockStatusIntentResponse object with the results.