Skip to content

A Dialogflow agent management CLI tool and Dialogflow Go library

Notifications You must be signed in to change notification settings

nicovogelaar/dialogflow-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dialogflow-agent

Build

go build -o dialogflow-agent .

Usage

Import entities:

./dialogflow-agent \
  --project-id example-123 \
  --credentials-file ./credentials.json \
  entities import \
  -f examples/entities.yaml

Delete all entities:

./dialogflow-agent \
  --project-id example-123 \
  --credentials-file ./credentials.json \
  entities delete -a

Import intents:

./dialogflow-agent \
  --project-id example-123 \
  --credentials-file ./credentials.json \
  intent import \
  -f examples/intents.yaml

Delete all intents:

./dialogflow-agent \
  --project-id example-123 \
  --credentials-file ./credentials.json \
  intents delete -a

About

A Dialogflow agent management CLI tool and Dialogflow Go library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages