Hi guys,
I created two skills pulling the sample "Hello World". One of them has English as default language, the other one has Portuguese (Brazil), and that is the only difference between them. Everything else is 100% equal, and apart from the skill name, I didn't make any changes at all from the sample project "Hello World".
So I have these two skills, both called "escolha um", and in the ```test``` section of the console i type in:
``` Enlish(US): Open escolha um```
``` Portugese (Brazil): Abrir escolha um```
The Enligsh versoin sends the JSON correctly and calls the ```LaunchRequest``` request, but the Portuguese one doesn't do anything, the JSON block isn't even filled, and Alexa never responds, Literally nothing happens.
Worth mentioning that "abrir" means "Open" in Portuguese, so it is a valid launch phrase. I've tried the english launch phrase as well but it also didn't do anything.
Does anyone know what I can do? Is there any specific change that I must make on the Portuguese version (besides on the very creation of the skill) to let it know that it should use Portuguese launch phrases?
Thanks!