π¦ ClawHub
Dialogflow Cx Nlu
by @yash-kavaiya
Manage intents and entity types in Google Dialogflow CX via REST API. Use for creating, updating, and managing natural language understanding components. Sup...
π‘ Examples
python scripts/nlu.py list-intents --agent AGENT_NAME
python scripts/nlu.py create-intent --agent AGENT_NAME --intent "Book Flight" --phrases "book a flight,I want to fly"
python scripts/nlu.py list-entities --agent AGENT_NAME
python scripts/nlu.py create-entity --agent AGENT_NAME --name "Cities" --values "New York,Los Angeles"
βοΈ Configuration
gcloud CLI authenticated OR bearer tokenπ Tips & Best Practices
TERMINAL
clawhub install dialogflow-cx-nlu