Skip to content

icpsoni/dialogflow-crud-entities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dialogflow Create and Manage entities Dynamically V2

This is basic code structure to create and manage dialogflow entities using API for Dialogflow V2 APIs Source of the information: https://blog.dialogflow.com/post/create-and-manage-entities-with-api/

Steps

  1. Clone this directory.
git clone https://github.com/chandraprakashsoni/dialogflow-crud-entities.git
  1. Install dependecies
npm install
  1. Download Credentials JSON file from and choose 'API Admin' instead of 'API Client': https://dialogflow.com/docs/reference/v2-auth-setup
  2. Replace the credentials.json from your downloaded file.
  3. Follow the Code and Change the value as per the comments.
  4. Run the script
node create.js

About

Demo for How to Create and manage entities dynamically using nodejs ( V2 APIs )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published