CPAssistantCellConfiguration
An object that provides the configuration attributes for the assistant cell.
Declaration
class CPAssistantCellConfigurationOverview
An audio or communication CarPlay app can choose to display an assistant cell in a list template that allows the user to interact with the app using Siri. You create an instance of this configuration object that describes the position, visibility, and supported Siri intent, and provide that to your app’s list template using the init(title:sections:assistantCellConfiguration:) initializer or the assistantCellConfiguration property.
Your app must include an Intents Extension that handles the intent corresponding to the action you specify in the assistantAction property; audio apps must support INPlayMediaIntent and communication apps must support INStartCallIntent. For more information, see Creating an Intents App Extension.