INSetSeatSettingsInCarIntentHandling
The handler interface for changing a vehicle’s seat-related settings.
Declaration
protocol INSetSeatSettingsInCarIntentHandling : NSObjectProtocolOverview
Automotive venders can support the INSetSeatSettingsInCarIntentHandling protocol in an Intents extension that they ship with their automotive apps. Use the methods of this protocol to resolve, confirm, and handle requests to change the vehicle’s seat-related settings. Your extension should be able to communicate with the vehicle and make the necessary changes.
Siri delivers an INSetSeatSettingsInCarIntent object to your handler when the user asks to change any seat settings. The provided intent object contains information that you use to determine which settings changed and what the new settings should be.
Topics
Resolving the Intent Parameters
resolveEnableCooling(for:with:)resolveEnableHeating(for:with:)resolveEnableMassage(for:with:)resolveSeat(for:with:)resolveLevel(for:with:)resolveRelativeLevelSetting(for:with:)resolveCarName(for:with:)