/conversation-components-nodejs

A showcase of visual response components in Actions on Google

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Actions on Google: Conversation Component Sample

A simple sample showing the visual conversation components available with Actions on Google.

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. Choose "Actions SDK"
  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 API.AI

  1. Use the Actions on Google Console to add a new project with a name of your choosing.
  2. Click "Use API.AI" and then "Create Actions on API.AI".
  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 fulfillment webhook provided in the functions folder using [Google Cloud Functions for Firebase] (https://firebase.google.com/docs/functions/):
  8. Create a Firebase project in the Firebase Console if you don't have one already.
  9. Follow the instructions to set up and initialize Firebase SDK for Cloud Functions. Make sure to reply "N" when asked to overwrite existing files by the Firebase CLI.
  10. Run firebase deploy --only functions and take note of the endpoint where the fulfillment webhook has been published. It should look like Function URL (conversationComponent): https://us-central1-YOUR_PROJECT.cloudfunctions.net/conversationComponent
  11. Go back to the API.AI console and select Fulfillment from the left navigation menu. Enable Webhook, set the value of URL to the Function URL from the preiovus step, then click Save.
  12. Open API.AI's Integrations page, open the Settings menu for Actions on Google, then click Test.
  13. Click View to open the Actions on Google simulator.
  14. 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.