Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chat bot - Coggle Diagram
Chat bot
-
-
dialogs
-
types
-
entity
In Dialogflow, there are system entities - e.g. dates, times, numbers, email addresses, etc. You can also create your own custom entities.
intent
An intent categorises the customer's intention for a conversation turn. You can define mutiple intents for a single agent, just like how a call centre agent can decide if you need basic troubleshooting, make an appointment, or redirect your phone calls based on what you say.
how does dialogflow work
A Dialogflow conversation begins from the end-user expression, have its intent matched by the agent with the use of training phrases and entities, before) the response is being provided back to the user.