This interactive fiction engine, is an app for the Google Assistant.
- 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 Actions SDK box.
- Deploy this the
actionsdk.js
app to your preferred hosting environment (we recommend Google Cloud Functions). - Update the action package, action.json, with your endpoint URL.
- Use the gActions CLI to complete the command shown in the Actions console.
- Click OK in the Actions console.
- Open the Simulator in the Actions console.
- 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.
- 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 InteractiveFiction.zip in this repo.
- Deploy the
app.js
app to your preferred hosting environment (we recommend Google App Engine). - In the Fulfillment page of the Dialogflow console, enable Webhook, set the URL to the hosting URL, then save.
- Open Dialogflow's Integrations page, open the Settings menu for Actions on Google, then 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.md.
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.