Yes, now you can create and update your QnA bot with the help of a spreadsheet.
We've built a Zobot that can answer FAQs with the help of Google Spreadsheet instead of scripts. Also, we have integrated the Zobot with Dialogflow to respond to other common questions that are not updated in the spreadsheet.
For your benefit we're sharing the logic and scripts for the bot, do give it a try!
Bot Requirements and Integration:
- Google Spreadsheet : To store main menu options, FAQs, and new questions that are handled neither in spreadsheet nor Dialogflow
- Dialogflow : To handle free-form questions that are not available in spreadsheet
What does this bot do?
- This bot will trigger a chat once the visitor hits your site, i.e. the bot is intended to be proactive.
- You should construct the main menu, questions and answers to the FAQs using the Google spreadsheet and the bot can dynamically respond according to the queries received. The bot can search the queries received from the visitors in the spreadsheet and assist the visitors with the exact answer.