Developing the cognitive training bot using Dialogflow CX
You can convert the Dialogflow ES bot into a Dialogflow CX agent very easily.
First of all, the flowchart is already a part of Dialogflow CX user interface.
This is what it looks like (notice that it resembles the Mindomo flowchart)

Since it is Dialogflow CX, you can reuse intents.
So the intent which allows the user to provide free form input becomes a transition route which looks like this.

This is what the intent looks like:

And you can keep reusing the same “user_provides_response” intent over and over for ALL the transition routes.

About this website BotFlo1 was created by Aravind Mohanoor as a website which provided training and tools for non-programmers who were2 building Dialogflow chatbots. This website has now expanded into other topics in Natural Language Processing, including the recent Large Language Models (GPT etc.) with a special focus on helping non-programmers identify and use the right tool for their specific NLP task. For example, when not to use GPT 1 BotFlo was previously called MiningBusinessData. That is why you see that name in many videos 2 And still are building Dialogflow chatbots. Dialogflow ES first evolved into Dialogflow CX, and Dialogflow CX itself evolved to add Generative AI features in mid-2023
You must be logged in to post a comment.