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

Managing Large Dialogflow ES Bots 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…

Automatically extract Dialogflow intents from chat logs

Managing Large Dialogflow ES Bots In this article I provide some ideas on how you can automatically extract Dialogflow intents from chat logs. An example dialog dataset I took this example dataset where people called in to customer support at a telecommunications company (the dataset already has redacted personal and other identifying information). This is…

How to quickly convert an FAQ page into a Dialogflow ES bot

Managing Large Dialogflow ES Bots In this article, I will explain how you can quickly turn an FAQ page into a Dialogflow chatbot. Let us consider this example page which has an FAQ for Shopify payments. This would be a one-and-done FAQ chatbot. That is, usually, you do not expect follow up questions referencing the…

How to bulk upload intents in Dialogflow ES

Managing Large Dialogflow ES Bots This article explains how you can bulk upload intents in Dialogflow ES. Dissecting the Dialogflow agent ZIP file I recently built an app which lets you do full text search across all your Dialogflow intents, as well as filter on input and output contexts. In the process, I needed to get…

Dialogflow ES Knowledge Connector

Managing Large Dialogflow ES Bots This article provides an overview of the Dialogflow ES Knowledge Connector. How to create a Knowledge Connector bot based on your WordPress website These are the steps to create a knowledge connector bot in Dialogflow. Install the Export all URLs plugin First install export all URLs plugin. Download the URLs…