Yes this is exactly what I want, my app has carplay media app (both CarPlay and Media Player frameworks) enabled (along with regular carplay and siri entitlements).
I am trying to enable the cell with,
CPListTemplate(title: title, sections: [CPListSection(items: rows, header: "", sectionIndexTitle: "" )],assistantCellConfiguration: config)
but carplay simulator does not show it. Do I need to enable additional things, I also support playMedia intent.
I am already handling siri interactions when user does the "hey siri, play x on myApp" interaction route. But wanted to show this button for better ux.