Dialogflow Messenger df-response-received event
I got this question on my YouTube channel recently: Hi, thanks for sharing this video! i have a question: – how i use Events JavaScript from dialogflow messenger (df-request-sent & df-response-received) I used the df-response-received event as part of my Dialogflow CX bot which helps you choose between ES, CX and Actions Builder. Here is…
Why I changed my website name
(Edited transcript) All right, so i have an important announcement to make for this video. I have changed my website name to botflo.com and it used to be https://botflo.com. The reason I’m making this change is – actually there are a few reasons but the main reason is that this name is more suited to…
Dialogflow ES Must Know Features
Updated for 2021 This is a list of MUST KNOW Dialogflow features. Without learning about them, it is possible that you might be wasting a lot of time as you are building out your Dialogflow bot. 1 Dialogflow Bulk Operations I have noticed an interesting thing in Dialogflow’s user interface. They try quite hard to…
How to search across a large Dialogflow ES bot
Have a lot of intents in your Dialogflow agent? Are you not clear exactly which intent was matched by looking at the response? Given that you can just take the agent ZIP file and unzip the file and do a search inside the files, you might be wondering why not just use the file search…
A tool to automatically extract Dialogflow intents from chat logs
I have built a tool called BotFlo Autotrain which will help you extract Dialogflow intents from your chat logs. Note: the intent extraction is based on dependency parse trees for grammar rules and such, so the tool only works for the English language. I don’t know the grammar rules for any other language. 🙂
5+ ways Dialogflow CX is better than Dialogflow ES
Now that Dialogflow CX has become generally available, it is time to revisit my article Dialogflow CX vs ES: First look. I recently released a course on Dialogflow CX. Based on all the stuff that I noticed, here is my updated comparison. CX makes it easier to handle conversations which go off track In Dialogflow…
Dialogflow Architecture
Post moved here.
Convert your WordPress website into a Dialogflow FAQ chatbot
This article talks about converting your entire website into a Dialogflow FAQ chatbot. If you are just interested in how to add a Dialogflow chatbot to your WordPress website, check out my course on the 7 ways to integrate Dialogflow into your WordPress website. I have created a tool which allows you to turn your…
How to integrate Telegram with Dialogflow
In this tutorial, I explain how to integrate your Dialogflow bot with the Telegram chat app. Why I prefer Telegram when creating tutorials I usually prefer to use Telegram for creating tutorials and demos. There are a few reasons for this: The process of creating the bot inside Telegram is quick since you can do…