---
title: assistantCellConfiguration
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cplisttemplate/assistantcellconfiguration
---

# assistantCellConfiguration

The object that provides the configuration attributes for the assistant cell.

## Declaration

```swift
var assistantCellConfiguration: CPAssistantCellConfiguration? { get set }
```

## Discussion

Discussion note: The Siri assistant cell is only available in audio and communication apps. Your app doesn’t receive a callback when the user selects the assistant cell. Instead, you configure an Intents Extension to handle the type of intent you specify in the cell’s configuration; audio apps must support INPlayMediaIntent and communication apps must support INStartCallIntent. If you update this property’s value, CarPlay automatically refreshes your app’s interface to reflect the changes.

## See Also

### Managing the Assistant Cell

- [CPAssistantCellConfiguration](carplay/cpassistantcellconfiguration.md)
