3 Ways spaCy can help improve Dialogflow accuracy

3 Ways spaCy can help improve Dialogflow accuracy

spaCy is a free open-source library for Natural Language Processing in Python. You can use it to improve the accuracy of your Dialogflow bots. This is somewhat advanced material, and also requires that you already have a Python programmer on your team who is familiar with the basics of Natural Language Understanding (NLU) Automatically group…

How to integrate Dialogflow into your WordPress website for free

How to integrate Dialogflow into your WordPress website for free

I recently saw a question on StackOverflow. Given that there are now two versions of Dialogflow, and multiple different ways to integrate the chatbot into your WordPress website in 2021, this topic is worth a revisit. In this article, I talk about the FREE options for integrating a Dialogflow bot into your WordPress website. Dialogflow…

How to get any related list information in Zoho CRM using Deluge Script

How to get any related list information in Zoho CRM using Deluge Script

If you use Zoho CRM, you can actually get all the information associated with a given lead by following a simple script. In my case, I am interested in getting information about Visits for users of my BotFlo app. You can follow this method and get the information for all the related lists associated with…

A tip to get your Dialogflow questions answered on forums

A tip to get your Dialogflow questions answered on forums

When you are asking questions about your Dialogflow ES bot, you might not realize that the bot has 4 layers, and if you don’t provide enough information it is very hard for the answerer. So here is the tip: Provide full information about the conversation layer. That will make it much easier for someone to…

How to quickly find the differences between two Dialogflow agent ZIP files

How to quickly find the differences between two Dialogflow agent ZIP files

I have built a tool to help you do this. Steps Go to the Unpack agent ZIP file tool in BotFlo (you must be logged in to use the tool). Suppose you want to find the difference between an older version of your Dialogflow agent and the current version. First browse and load the older…