Marking this as the answer to ask in a dedicated thread about the right way to go about adding parameters to voice commands through Siri.
Post
Replies
Boosts
Views
Activity
For context, I see when I add an "intents definition" file that there is an option to convert to App Intent, so my assumption was that if I define everything as an App Intent, I'm good to go in the context of Siri (given that I do what you said above). Just want to make sure I've understood that, otherwise I'll mark this as the answer!
Copy. My primary use case is to have some parameters that are generic (like the brightness value example) with commands that can be invoked via Siri/Apple Intelligence. In the case of brightness, I'm guessing I can use an AppEnum to perhaps set to fixed levels. However, is this the right way to add voice commands via Siri?