You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While looking for a way to test and improve the performance of knowledge base, I find it is better for us to give up the knowledge base feature and turn to intent-based bot.
Easy to construct rich responses (e.g. for Dialogflow Messenger)
Yes
No
Use term reinforcement for adding weights to specific words and phrases
Yes
Blackbox
Allows us to minimize intra-intent variance and maximize inter-intent variance (as recommended by Google)
Yes
Blackbox
I found that it is impossible to connect intents or entities with knowledge base, and also not able to convert user utterance into train phrase. The only advantage for knowledge base is that the bot could return multiple answers (top N intent matches).
Conversion completed. Should check the quality of questions in excel forms (Some of the questions in executing phase are not very specific to that phase)
While looking for a way to test and improve the performance of knowledge base, I find it is better for us to give up the knowledge base feature and turn to intent-based bot.
https://botflo.com/dialogflow-knowledge-connector-pros-and-cons/
At the end of the above article, it compares knowledge-based bot (using knowledge base) and the intent-based bot.
I found that it is impossible to connect intents or entities with knowledge base, and also not able to convert user utterance into train phrase. The only advantage for knowledge base is that the bot could return multiple answers (top N intent matches).
The next step is to bulk upload intents from CSV file, and we can refer to this article:
https://botflo.com/how-to-bulk-upload-intents-from-a-csv-file-in-dialogflow/
The text was updated successfully, but these errors were encountered: