My skill was responding as per interaction schema. But sometime's a wrong intent get's invoked.
For eg:
intent schema:
{ "intents":[ { "intent":"HelloWorldIntent" }, { "intent":"AMAZON.HelpIntent" } ] }
Sample Utterance
HelloWorldIntent say hello HelloWorldIntent say hello world HelloWorldIntent hello HelloWorldIntent say hi HelloWorldIntent say hi world HelloWorldIntent hi HelloWorldIntent how are you AMAZON.HelpIntent help AMAZON.HelpIntent help me AMAZON.HelpIntent help please
On same case's when the user say:
Alexa,ask greater to say hello
Alexa replies back with the help message (i.e call goes to the help intent instead of hellowordintent) .....Any idea about this type of issue!