All Projects → dialogflow → fulfillment-slot-filling-nodejs

dialogflow / fulfillment-slot-filling-nodejs

Licence: Apache-2.0 license
Slot Filling with Dialogflow Fulfillment

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to fulfillment-slot-filling-nodejs

fulfillment-actions-library-nodejs
Integrating Actions on Google Client Library with Dialogflow's Fulfillment Library
Stars: ✭ 28 (+75%)
Mutual labels:  actions-on-google, dialogflow-fulfillment-nodejs, add-to-dialogflow
fulfillment-temperature-converter-nodejs
Sample demonstrating how to make a Dialogflow agent compatible with 9 platforms
Stars: ✭ 16 (+0%)
Mutual labels:  actions-on-google, dialogflow-fulfillment-nodejs, add-to-dialogflow
fulfillment-firestore-nodejs
Integrating Firebase's Firestore database with Dialogflow
Stars: ✭ 79 (+393.75%)
Mutual labels:  actions-on-google, dialogflow-fulfillment-nodejs, add-to-dialogflow
fulfillment-webhook-nodejs
Default Fulfillment code in Dialogflow's Inline Editor
Stars: ✭ 188 (+1075%)
Mutual labels:  actions-on-google, dialogflow-fulfillment-nodejs
assistant-conversation-nodejs
A developer friendly way to fulfill Actions SDK handlers for the Google Assistant
Stars: ✭ 82 (+412.5%)
Mutual labels:  actions-on-google
local-home-sdk
Local Home SDK
Stars: ✭ 65 (+306.25%)
Mutual labels:  actions-on-google
actions-tools
This provides you some useful tools to build your actions for Google Assistant.
Stars: ✭ 13 (-18.75%)
Mutual labels:  actions-on-google

Dialogflow Fulfillment Basic Slot Filling Sample

Slot filling simplifies your agent by letting you obtain multiple, required parameters within a single intent. If any parameters are missing from a user utterance, your agent will automatically prompt users for the required parameters.

Setup

Select only one of the options below.

Option 1: Add to Dialogflow (Recommended)

To create this agent from our template:

Option 2: Firebase CLI

  1. Create a Dialogflow Agent.
  2. git clone https://github.com/dialogflow/fulfillment-slot-filling-nodejs.git
  3. Go to Settings > Export and Import > Restore from zip using the dialogflow-agent.zip in this directory.
  4. cd to the functions directory
  5. Run npm install.
  6. Install the Firebase CLI by running npm install -g firebase-tools
  7. Login with your Google account, firebase login
  8. 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:dialogflowFulfillment
  2. Back in Dialogflow Console > Fulfullment > Enable Webhook.
  3. Paste the URL from the Firebase Console’s events column into the URL field > Save.

Related Samples

Name Language
Fulfillment & Regex Validation Node.js
Weather: Fulfillment & WWO API Node.js
Bike Shop: Fulfillment & Google Calendar API Node.js
Temperature Trivia: Fulfillment & Actions on Google Node.js
Fulfillment & Actions on Google Node.js
Fulfillment & Firestore Database Node.js
Multi-language/locale Node.js
Basic Slot Filling Node.js
Alexa Importer Node.js

For Fulfillment Webhook JSON Requests & Responses.

References & Issues

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 and Dialogflow's Terms of Use and Privacy Policy.

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].