My Shortcut is built using the new AppIntents framework for Siri. The problem is subtitles and images on my AppEntity appear when running the shortcut in the shortcuts app, but they do not show up when running on Siri. This is a client requirement and I can't figure out how to fix this. I am using the proper DisplayRepresentation.
See images below
.init(title: "\(displayString)", subtitle: "\(fullAddress)",image: imageUrl.isEmpty ? DisplayRepresentation.Image(systemName: "fork.knife.circle.fill") : DisplayRepresentation.Image(url: URL(string: imageUrl )! ))
Here's how it appears in Shortcuts:
Here's how it appears on SIri: