I've created a custom intent for my app that reads out a list of items to the user. The same intent also provides UI through the IntentsUIExtension if the user has there phone on them.
The issue I am running into is when the phone is silenced and the user has their phone on them they see the voice-only dialog printed. The dialog can be quite long which can be distracting for the user. Is there a way to only enable this as voice-only and not have the dialog printed when the phone is on mute?