INActivateCarSignalIntent

INActivateCarSignalIntent

INActivateCarSignalIntent Class of Intents A request to activate the signals on the user’s car.

class INActivateCarSignalIntent

Overview

When the user asks for an audible or visual signal from the car, Siri creates an INActivateCarSignalIntent object. This intent object can contain the name of the user’s car and the signal options. Use this object to trigger audible and visual signals from the car.

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