URLRepresentableIntent
An app intent with a URL representation.
Declaration
protocol URLRepresentableIntent : AppIntentOverview
Add support for URLRepresentableIntent to your app intents to add a URL representation. This allows Siri and Shortcuts to treat the intent like a universal link to specific content, allowing actions to open the URL or to make it sharable.
Note that you need to use a universal link for your URL representation, you can’t use a custom URL scheme. For more information about universal links, see Allowing apps and websites to link to your content.