How can I prevent from showing Intent UI

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.

You can acheive this by not including IntentA in the IntentsSupported array of the IntentUI Info.plist.

How can I prevent from showing Intent UI
 
 
Q