Hello. I just started building a simple Alexa Skill called Hello World! While building the skill, in interaction model, I build the intent as follows:
{ "intents": { "intent": "HelloWorldIntent" } }
Did not define any slot type
Under sample utterances i entered following:
HelloWorldIntent hello world
HelloWorldIntent hi world
While saving the interaction model, I am getting following error:
Error: There was a problem with your request: The intent name is missing. Blank intent names are invalid.
Not sure what I did wrong. Can someone please help? Thank You in advance for your assistance