Hello.
I created multiple intents and then I would like to show Siri messaging UI for an intent instead of Intent UI.
- Intent A: it shouldn’t have Intent UI and should be processed in the Siri messaging UI.
- Intent B: it uses Intent UI.
How can I prevent from showing Intent UI in accordance to an intent?
Thanks.