Johnny Hamilton • almost 9 years ago
Need Help with Interactive Adventure Game Tool
I would appreciate if anyone who has experience in this tool could provide some insight. I am using the Interactive Adventure Game Tool, that is posted here: https://github.com/alexa/interactive-adventure-game-tool. I posted a thread in the forum (https://github.com/alexa/interactive-adventure-game-tool/issues/33) with my source files, but would like any assistance from this community.
Thank you, in advance, for helping me- I truly appreciate your time :)
The skill works when I am at the first level (Welcome), but I encounter an error when I am at the second level (Open Door 1...). When I test it in the Service Simulator and get to the place where I am prompted to choose a door, I type in "Open Door 1". I get the following error in the Lambda request: "Unable to generate request for your skill."
I have saved and uploaded the file in the authoring tool. I have updated the Utterances and IntentSchemas into the Developer Console.
I have also created a new branch in which I can go to the first level, but encounter the following error when I say my prompt for that level "Keep Going":
{
"version": "1.0",
"response": {
"outputSpeech": {
"type": "SSML",
"ssml": "My apologies, please repeat your command.Say, “Keep going.”"
},
"card": {
"text": "Please repeat your command. Say, “Keep going.”",
"title": "Unrecognized command",
"image": {},
"type": "Standard"
},
"reprompt": {
"outputSpeech": {
"type": "SSML",
"ssml": "I'm sorry.Say, “Keep going.”"
}
},
"shouldEndSession": false
},
"sessionAttributes": {
"currentSceneId": 7,
"breadcrumbs": [
0
]
}
}
Comments are closed.

2 comments
Stef Maccarone Manager • almost 9 years ago
Hey Johnny,
If you're available for the Alexa Office Hours on Tuesdays, the Alexa team may be able to help you: https://attendee.gotowebinar.com/rt/8389200425172113931
If you're not available for the office hours, try the Alexa Forums: https://forums.developer.amazon.com/spaces/23/index.html
I hope this is helpful!
Best,
Stefanie
Johnny Hamilton • almost 9 years ago
Thank you for the feedback. I'm sure to check into the Office Hours. I found and resolved the issue- I was using uppercase in the utterances, which caused errors.