Skip to content

bickerdyke/interactive-fiction-nodejs

 
 

Repository files navigation

Project Status

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

Actions on Google: Interactive Fiction Sample using Node.js

This interactive fiction engine, is an app for the Google Assistant.

Setup Instructions

Steps for Actions SDK

  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 Actions SDK box.
  3. Deploy this the actionsdk.js app to your preferred hosting environment (we recommend Google Cloud Functions).
  4. Update the action package, action.json, with your endpoint URL.
  5. Use the gActions CLI to complete the command shown in the Actions console.
  6. Click OK in the Actions console.
  7. Open the Simulator in the Actions console.
  8. 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.

Steps for Dialogflow

  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 InteractiveFiction.zip in this repo.
  7. Deploy the app.js app to your preferred hosting environment (we recommend Google App Engine).
  8. In the Fulfillment page of the Dialogflow console, enable Webhook, set the URL to the hosting URL, then save.
  9. Open Dialogflow's Integrations page, open the Settings menu for Actions on Google, then click Test.
  10. Click View to open the Actions on Google simulator.
  11. 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.md.

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.

About

Interactive Fiction sample for Actions on Google

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%