Create generic custom Intents for Sirikit?

I have created custom Intent for my app having custom UI for Siri and handled the Intent. I have also donated the intent to Siri Shortcut, added voice command to use it from Siri.


Is there a way to use Siri Shortcuts as a generic?

For example, for a set of voice commands a particular Siri shortcut gets fired , while for another set of voice commands another shortcut?


Or, further, incase we wanted to create shortcuts (using either NSUserActivity ot Intents), when new scenarios appear in my app for which I want to add new shortcuts, is there a way to add them dynamically without having to submit a new app version?