/actions-hinacalc

Google Assistant Conversational Actions educational game for teaching basic algebra (addition, multiplication etc.)

Primary LanguageJavaScriptApache License 2.0Apache-2.0

actions-hinacalc

Google Assistant Conversational Actions educational game for teaching basic algebra (addition, multiplication etc.)

Developer's notes

How to run this conversational action ?

Prerequisites

  1. Node.js and NPM
  2. Install the Firebase CLI
    • Install / Upgrade firebase tools sudo npm install -g firebase-tools
    • Run firebase login with your Google account
    • Confirm you are logged in by running firebase projects:list

Setup

Actions Console

  1. From the Actions on Google Console, New project > Create project > under What kind of Action do you want to build? > Custom > Blank project

Actions CLI

  1. Install the Actions CLI from npm npm install -g @assistant/gactions
  2. Navigate to sdk/settings/settings.yaml, and replace <PROJECT_ID> with your project ID
  3. Run gactions login to login to your account.
  4. Run gactions push to push your project.
  5. Run gactions deploy preview to deploy your project.

Running this Sample

  • You can test your Action on any Google Assistant-enabled device on which the Assistant is signed into the same account used to create this project. Just say or type, “OK Google, talk to my test app”.
  • You can also use the Actions on Google Console simulator to test most features and preview on-device behavior.

Technical References & Issues

Contributing

Please read and follow the steps in the CONTRIBUTING.md.

License

See LICENSE.