Giter VIP home page Giter VIP logo

dialogflow-trivia-game-nodejs's Introduction

Project Status

This sample is no longer maintained. It's here for archive purposes only.

Actions on Google: Trivia Game using Node.js

The Trivia Game lets users play an interactive game with various personas. Includes classic game show sounds and humor, for a touch of nostalgia.

You can also try out a hosted version of this game at https://triviatemplate.com/.

Setup Instructions

Steps

  1. Use the Actions on Google Console to add a new project with a name of your choosing.
  2. Under Build a custom app, click BUILD in the Dialogflow box and then click Create Actions on Dialogflow.
  3. Click Save to save the project.
  4. Click on the gear icon to see the project settings.
  5. Select Export and Import.
  6. Select Restore from zip. Follow the directions to restore from the TriviaGame.zip file in this repo.
  7. Deploy the fulfillment webhook provided in the functions folder using Google Cloud Functions for Firebase and the static resources needed by the project using Firebase Hosting:
    1. Follow the instructions to install the Firebase CLI.
    2. Run firebase init, and select to configure Hosting and Functions. Select the project you've previously created in the Actions on Google Console as default project. In the configuration wizard, accept all the default choices.
    3. Edit the database data with questions (questions.json) and prompts (prompts.json). Generate a private key using Firebase Settings/Service Accounts, and edit functions/database.js with the path to the JSON cert file. Now populate the database: node database.js
    4. Run firebase deploy and take note of the endpoint where the fulfillment webhook has been published. It should look like Function URL (triviaGame): https://us-central1-YOUR_PROJECT.cloudfunctions.net/triviaGame. The command will also deploy the static assets at https://us-central1-YOUR_PROJECT.cloudfunctions.net/.
  8. Go back to the Dialogflow console and select Fulfillment from the left navigation menu. Enable Webhook, set the value of URL to the Function URL from the previous step, then click Save.
  9. Select Integrations from the left navigation menu and open the Settings menu for Actions on Google.
  10. Click Test.
  11. Click View to open the Actions on Google simulator.
  12. Type Talk to my test app in the simulator, or say OK Google, talk to my test app to any Actions on Google enabled device signed into your developer account.

For more detailed information on deployment, see the documentation.

References and How to report bugs

How to make contributions?

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

License

See LICENSE.

Terms

Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the Google APIs Terms of Service.

Google+

Actions on Google Developers Community on Google+ https://g.co/actionsdev.

dialogflow-trivia-game-nodejs's People

Contributors

canain avatar norulesjustfeels avatar silvolu avatar smishra2 avatar taycaldwell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dialogflow-trivia-game-nodejs's Issues

Bug in ssml.js

Looks like I found a gasp bug! In the ssml.js file, I think the closing tag for audio is wrong (line 57) Was: this.tags.push(); Replaced with: this.tags.push(<audio src='${url}'/audio>);

Now 'play's the .ogg file as url from my storage bucket. :)

Step 7. subsection III

Accepting default choices did not result in a functional project. although, cloning the repository and declining all replacements for files resulted in everything working perfectly fine.

When accepting default configurations it seems the entire index.js gets replaced with a file lacking much of the information that is required for it to function.

Typo in README

Currently says: The Trivia Game let's users play an interactive game with various personas.

Should say: The Trivia Game lets users play an interactive game with various personas.

Hint

Hi. I'm not a pro, but I find the way to play with the trivia game.
There is a way to not give choices to the questions, but give an hint if request?
Regards
Daniel

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.