All Projects → dialogflow → fulfillment-webhook-nodejs

dialogflow / fulfillment-webhook-nodejs

Licence: Apache-2.0 license
Default Fulfillment code in Dialogflow's Inline Editor

Projects that are alternatives of or similar to fulfillment-webhook-nodejs

fulfillment-temperature-converter-nodejs
Sample demonstrating how to make a Dialogflow agent compatible with 9 platforms
Stars: ✭ 16 (-91.49%)
Mutual labels:  actions-on-google, dialogflow-fulfillment-nodejs
fulfillment-firestore-nodejs
Integrating Firebase's Firestore database with Dialogflow
Stars: ✭ 79 (-57.98%)
Mutual labels:  actions-on-google, dialogflow-fulfillment-nodejs
fulfillment-slot-filling-nodejs
Slot Filling with Dialogflow Fulfillment
Stars: ✭ 16 (-91.49%)
Mutual labels:  actions-on-google, dialogflow-fulfillment-nodejs
fulfillment-actions-library-nodejs
Integrating Actions on Google Client Library with Dialogflow's Fulfillment Library
Stars: ✭ 28 (-85.11%)
Mutual labels:  actions-on-google, dialogflow-fulfillment-nodejs
local-home-sdk
Local Home SDK
Stars: ✭ 65 (-65.43%)
Mutual labels:  actions-on-google
actions-tools
This provides you some useful tools to build your actions for Google Assistant.
Stars: ✭ 13 (-93.09%)
Mutual labels:  actions-on-google
assistant-conversation-nodejs
A developer friendly way to fulfill Actions SDK handlers for the Google Assistant
Stars: ✭ 82 (-56.38%)
Mutual labels:  actions-on-google

Dialogflow Fulfillment Webhook Template for Node.js and Cloud Functions for Firebase

This webhook template sets up everything needed to build fulfillment for your Dialogflow agent.

Setup Instructions

Select only one of the options below.

Option 1: Dialogflow Inline Editor (Recommended)

  1. Create Dialogflow Agent
  2. Fulfillment > Enable the Inline EditorA.
  3. Select Deploy

Option 2: Firebase CLI

  1. Create Dialogflow Agent
  2. git clone https://github.com/dialogflow/fulfillment-webhook-nodejs.git
  3. cd to the functions directory
  4. npm install
  5. Install the Firebase CLI by running npm install -g firebase-tools
  6. Login with your Google account, firebase login
  7. Add your project to the sample with $ firebase use <project ID>
  • In Dialogflow console under Settings > General tab > copy Project ID.
  1. Run firebase deploy --only functions:dialogflowFirebaseFulfillment
  2. When successfully deployed, visit the Project Console link > Functions > Dashboard
  • Copy the link under the events column. For example: https://us-central1-<PROJECTID>.cloudfunctions.net/<FUNCTIONNAME>
  1. Back in Dialogflow Console > Fulfillment > Enable Webhook.
  2. Paste the URL from the Firebase Console’s events column into the URL field > Save.

A. Powered by Cloud Functions for Firebase

Samples

Name Language
Fulfillment Webhook JSON JSON
Dialogflow Console Template Node.js
Bike Shop-Google Calendar API Node.js
WWO Weather API Node.js
Alexa Importer Node.js
Temperature Trivia Node.js
Human-Agent Node.js
Google Translation API Python
WWO Weather API Python

References & Issues

License

See LICENSE.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].