INSaveProfileInCarIntentResponse
Your app’s response to a save profile in car intent.
Declaration
class INSaveProfileInCarIntentResponseOverview
An INSaveProfileInCarIntentResponse object contains the status of saving one or more environment settings to the designated profile. You create instances of this class when confirming or handling a save profile in car intent.
You create an INSaveProfileInCarIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your save profile in car handler object. For more information about implementing your handler object, see INSaveProfileInCarIntentHandling.