GithubHelp home page GithubHelp logo

nicaraguan-anthem-voice-app's Introduction

Nicaraguan Anthem Voice App

Directory Structure

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

Deployment for Dialogflow model

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

Troubleshooting

Alexa says she cannot find this skill.
  • 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.
The skill beta testing mode is not available
  • You must fill in all the information required in every tab of the skill in the developer portal to enable testing mode.
I cannot test the skill in the developer console
  • 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.
Alexa says: There was a problem with the requested skill response
  • 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.