After I create an AppEntity and have it conform to EntityQuery, a Discover AppIntent is created for that entity which can be utilized within the Shortcuts app. At the moment, when this intent is used, it solely creates textual content. Nonetheless, after I use the default Calendar app’s Discover intent, it returns a wealthy view like this:

How do I return a wealthy view like this? I already tried utilizing a Snippet view on another AppIntents however that doesn’t work as a result of it exhibits the snippet on high of the Shortcuts app, not embedded into the Shortcuts app like this.
Moreover, after I click on on a calendar occasion, I can see extra particulars like this:

How can I do that for my AppEntities too? I think it could be associated to QuickLook as a result of after I maintain the occasion from the listing, it exhibits a QuickLook button which I can press to additionally pull up this view.
TL;DR
Return a customized view from AppIntent to embed into Shortcuts app and make it present a element view when clicked, identical to the iOS Calendar app.

