Dialogflow Architecture
Post moved here.
Post moved here.
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…
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…
Here are a list of things that I would like to tell anyone who is getting started with Dialogflow. Things all Dialogflow bot makers should know Note: These are not in any particular order 🙂 Scripted NLU powered chatbots are different from scripted bots. This means a Chatfuel bot can never do what a Dialogflow…
Coming soon. Check out the bulk upload tool for Dialogflow Messenger.
I have created an updated version of the tool, and you can read about it here.
When you are building chatbots using Dialogflow, it helps to think of the bot as having 4 layers. These are the layers: UI Layer Middleware/Integration Layer Conversation Layer Webhook/Fulfillment layer Let us look at these in more detail. Rich Website Chatbot If you haven’t seen it already, I have a website chatbot on my site…
Update 17 Dec 2018: I mentioned earlier that I will write a post to explain how you can modify your bot to handle this change. I noticed that Svetlana from the Dialogflow team has provided a comprehensive answer for how to deal with this change. I don’t really have much to add to that. Recently,…
I have created a course on Dialogflow’s REST API v2. In my view, this course will teach you pretty much everything you need to know to work with Dialogflow REST API v2. You can check it out here. Topics covered in the course include: different types of OAuth2 authentication how the three legged auth flow…
2020 Update: It has been a while since I wrote this post. I have also confirmed with clients, and I can say that the autocorrect is now quite reliable. So you should use the feature, but remember that you don’t get the original query with the typo in the History and Training. Recently, Dialogflow made…
If you have the choice to go for Python or NodeJS instead of PHP, I recommend using the other two options (between the two, I prefer Python). You will probably find it quite hard to find a lot of discussion online about using PHP with Dialogflow. This is a very basic tutorial for getting started…