Posts

Post not yet marked as solved
6 Replies
2.1k Views
My custom siri intent works perfectly on base localization unfortunately not so if I change the siri language to one of my supported languages.Siri does not call out my provided dialogs such as the "Parameter Confirmation" dialog if the siri language is set to german for example.Expected: Just to confirm, you wanted Auto mode ?Actual behavior: Confirm modeswhere modes is the name of the enum defined in the intentdefinition file.I localized the siri intents for all my supported languages.What I tried so far:Reinstall the appDeleted the localization for the intent definition file and localized the intents againUpdated iOS, macOS as well as Xcode to the latest versionsHope someone can help me with that problem.Big thanks in advance!
Posted Last updated
.