Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chatbot - Coggle Diagram
Chatbot
-
Agents, Intents and Entities in Dialogflow
Agent
-
-
Intent
Customers reach out to chatbot agent to acquire certain information. Two different customers may ask the same thing differently, but their intent is the same.
chatbot is referred to as an "end-user expression". Dialogflow matches the end-user expression to the best intent in your agent. Matching an intent is also known as intent classification.
Entity
In Dialogflow, there are system entities - e.g. dates, times, numbers, email addresses, etc.
-
-
-