alexa-samples / skill-sample-nodejs-adventure-game

This tool provides an easy to use front-end that allows developers to instantly deploy code for your story, or use the generated code as a starting point for more complex projects.
Apache License 2.0
510 stars 218 forks source link

Missing interaction model in installation instructions #8

Closed UXVirtual closed 7 years ago

UXVirtual commented 7 years ago

I'm running through the installation instructions and have hit a snag when it comes to setting up the Alexa Skill in the Amazon Alexa Developer Console. The instructions seem to skip over providing a correct Interaction Model for the Skill which is required to save it and proceed with the setup.

I've previously set up the sample Colors Skill using Amazon Lambda without any trouble and that example provided an Interaction Model - are you able to provide the JSON for this so I can get the adventure game tool working?

UXVirtual commented 7 years ago

Ah - my bad, looks like I need to actually save and upload the project to Lambda first, then update the Interaction Model as per Finishing Deployment of Your Skill