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