Hello Community,
at the moment I have following important code:
const handlers = { 'LaunchRequest': function () { this.emit(':ask',this.t("START_MESSAGE")); }, 'StartGame': function() { G.start(this); }, 'AMAZON.HelpIntent': function () { F.help(this); },
After the LaunchRequest the User get asked if he wants to start the game or if he needs some help. He should say 'Start' or 'Help'. But if he say some random words the skill break down.
Because I start with a LaunchRequest, I can´t add slots and make sure that it get filled with the right content. I searched something, called 'Unhandled' Intent, but I didn´t get it :( .
Have someone an Idea and can help me, please?
Cheers
Dennis