1

I am having trouble with the alexa skill the invocation name is not getting recognized in device, however in test simulator it works fine. I am clueless about this. I have made sure The skill language and device language are same. I have already read the naming convention and Invocation name best practices, so please don't post those links here.

Juned Ahsan
  • 67,789
  • 12
  • 98
  • 136
Jeet
  • 5,569
  • 8
  • 43
  • 75

2 Answers2

1

Make sure the language(English-In or English-US) in which your skill is created and the language in which the device is set up are the same. If they are different it wont work in the device.

0

Ensure that your skill matches the locale of your device. In this case the skill 'test me' was in the US so the UK device was not recognising the invocation name.

enter image description here

If it doesn't match, go to language settings and add new language.

enter image description here

toonsend
  • 1,296
  • 13
  • 16