stradap / apiai-facts-about-google-nodejs

Facts about Google API.AI sample for Actions on Google

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions on Google Facts about Google Sample using Node.js

This is a knowledgable Assistant app that shares interesting facts about Google. The sample introduces advanced features like custom entities, contexts, and deep links. Use this app and you might see that it even knows about a subject other than Google!

Setup Instructions

See the developer guide and release notes at https://developers.google.com/actions/ for more details.

Steps

  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 FactsAboutGoogle.zip in this repo.
  7. Deploy the fulfillment webhook to your preferred hosting environment (we recommend Google Cloud Functions).
  8. In the Fulfillment page of the API.AI console, enable Webhook, set the URL to the hosting URL, then save.
  9. In the quit_facts intent, check "End Conversation" for Actions on Google.
  10. Open API.AI's Integrations page, open the Settings menu for Actions on Google.
  11. Enter the following intents as "Additional triggering intents"
    • choose_fact
    • choose_cats
  12. 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.

About

Facts about Google API.AI sample for Actions on Google

License:Apache License 2.0


Languages

Language:JavaScript 100.0%