models/ -> Interaction model for every locale
platforms/ -> Alexa Skill and Dialogflow model
src/ -> Flow logic
.editorconfig -> IDE configuration
.eslintrc.json -> Eslint configuration
.gitignore -> Git ignore rules
package.json -> Dependencies
project.js -> Jovo app configuration file
README.md
Follow this tutorial to create a JSON key to connect your google account with the google cloud project. Then run the following commands in the console:
sudo gcloud auth activate-service-account --key-file=key-file.json
sudo jovo deploy -p googleAction --project-id projectId
- Make sure to use the same Amazon account for your device that also has access to the skill in the developer portal. You can also check out how to start a conversation with Alexa in your skill. See this link to learn how to begin a conversation.
- You must fill in all the information required in every tab of the skill in the developer portal to enable testing mode.
- You must fill in the interaction model and configuration tab to test a skill.
- If you already submitted the skill for certification, you can just test your skill in an Alexa-integrated software or device.
- Be aware that the service simulator on the test tab does not play audio.
- You most likely have a syntax error in your code. You can find the error by checking logs in CloudWatch. Login in with your AWS account, hit this link and look for the logs of your lambda function. There might be several logs ordered by date. You can click on the most recent one and look for the error.