INSetDefrosterSettingsInCarIntentResponse
Your app’s response to a set defroster settings in car intent.
Declaration
class INSetDefrosterSettingsInCarIntentResponseOverview
An INSetDefrosterSettingsInCarIntentResponse object contains the status of changing the defroster settings in the user’s vehicle. You create instances of this class when confirming or handling a set defroster settings in car intent.
You create an INSetDefrosterSettingsInCarIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your set defroster settings in car handler object. For more information about implementing your handler object, see INSetDefrosterSettingsInCarIntentHandling.