This sample is no longer maintained. It's here for archive purposes only.
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/.
- Use the Actions on Google Console to add a new project with a name of your choosing.
- Under Build a custom app, click BUILD in the Dialogflow box and then click Create Actions on Dialogflow.
- Click Save to save the project.
- Click on the gear icon to see the project settings.
- Select Export and Import.
- Select Restore from zip. Follow the directions to restore from the
TriviaGame.zip
file in this repo. - 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:- Follow the instructions to install the Firebase CLI.
- Run
firebase init
, and select to configureHosting
andFunctions
. 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. - 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
- Run
firebase deploy
and take note of the endpoint where the fulfillment webhook has been published. It should look likeFunction URL (triviaGame): https://us-central1-YOUR_PROJECT.cloudfunctions.net/triviaGame
. The command will also deploy the static assets athttps://us-central1-YOUR_PROJECT.cloudfunctions.net/
.
- 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. - Select Integrations from the left navigation menu and open the Settings menu for Actions on Google.
- Click Test.
- Click View to open the Actions on Google simulator.
- Type
Talk to my test app
in the simulator, or sayOK 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.
- Actions on Google documentation: https://developers.google.com/actions/.
- If you find any issues, please open a bug here on GitHub.
- Questions are answered on StackOverflow.
Please read and follow the steps in the CONTRIBUTING.md.
See LICENSE.
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.
Actions on Google Developers Community on Google+ https://g.co/actionsdev.