Is there a way to suppress Siri's "Something went wrong"

I'm working with appIntents and custom responses with Siri. Sometimes I get the "Something went wrong..." message seemingly at random. There is a way to suppress it in a shortcut using its scripting language, but is there anything in Sirikit that could in effect, tell it to knock it off!, and suppress that message.

Or, is there a way, when generating a Shortcut in appIntents that allows for generating a small script as well?

There's no supported way for you to dynamically inject scripts on iOS with AppIntents. with the APIs currently available. If you'd like us to consider adding the necessary functionality, please file an enhancement request using Feedback Assistant. Once you file the request, please post the FB number here. If you're not familiar with how to file enhancement requests, take a look at Bug Reporting: How and Why?

You can manipulate the response when perform() is called for some intents and in SiriKit you can return custom or personalized errors but there is not a suppression API available today.

Rico
WWDR - DTS - Software Engineer

Also see this thread for debugging you code to find common reasons why this is thrown.

Rico
WWDR - DTS - Software Engineer

Is there a way to suppress Siri's "Something went wrong"
 
 
Q