Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 3.11 KB

README.md

File metadata and controls

43 lines (33 loc) · 3.11 KB

Actions on Google: Webhook Template using Node.js and Cloud Functions for Firebase

This webhook template sets up everything you need to build your fulfillment business logic for your Assistant app built on API.AI.

Setup Instructions

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. Deploy the fulfillment webhook provided in the functions folder using Google Cloud Functions for Firebase:
    1. Follow the instructions to set up and initialize Firebase SDK for Cloud Functions. Make sure to select the project that you have previously generated in the Actions on Google Console and to reply N when asked to overwrite existing files by the Firebase CLI.
    2. Run firebase deploy --only functions and take note of the endpoint where the fulfillment webhook has been published. It should look like Function URL (yourAction): https://${REGION}-${PROJECT}.cloudfunctions.net/yourAction
  5. Go back to the API.AI console and select Fulfillment from the left navigation menu.
  6. Enable Webhook, set the value of URL to the Function URL from the previous step, then click Save.
  7. Select Intents from the left navigation menu. Select the Default Welcome Intent intent, scroll down to the end of the page and click Fulfillment, check Use webhook and then click Save. This will allow you to have the welcome intent be a basic webhook intent to test.
  8. Build out your agent and business logic by adding function handlers for API.AI actions.
  9. For each API.AI action, set a new key/value pair on the actionMap, reflecting the action name and corresponding function handler on the actionMap in index.js.
  10. Open API.AI's Integrations page, open the Settings menu for Actions on Google, click Authorize if needed, then click Test.
  11. Click View to open the Actions on Google simulator.
  12. 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.