INActivateCarSignalIntentResponse
Your app’s response to a request to activate a car’s signals.
Declaration
class INActivateCarSignalIntentResponseOverview
Use an INActivateCarSignalIntentResponse object to specify the result of a request to activate the signal on the user’s car. You create instances of this class when confirming or handling an activate car signal intent. Use this object to confirm that the request is valid and communicate whether the signal was successfully activated, or to report any errors that occur.
You create an INActivateCarSignalIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INActivateCarSignalIntentHandling.