Skip to content

cnevinc/apiai-facts-about-google-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions on Google: Facts about Google Sample using Node.js and Cloud Functions for Firebase

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 to open the API.AI console.
  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 file 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. 1.Run firebase deploy --only functions and take note of the endpoint where the fulfillment webhook has been published. It should look like Function URL (factsAboutGoogle): https://us-central1-YOUR_PROJECT.cloudfunctions.net/factsAboutGoogle
  10. 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.
  11. Select Intents from the left navigation menu. Select the quit_facts intent, scroll down to the end of the page and click Action on Google, check "End Conversation" and then click Save.
  12. Select Integrations from the left navigation menu and open the Settings menu for Actions on Google.
  13. Enter the following intents as "Additional triggering intents"
    • choose_fact
    • choose_cats
  14. Click Test.
  15. Click View to open the Actions on Google simulator.
  16. 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%