Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
Abhijeet Bodhankar (Tata Consultancy Services) edited this page Feb 24, 2020 · 9 revisions

FAQ Plus [Version 2]

Chatbots are an easy way to provide answers to frequently asked questions by end-users. However, most chatbots fail to engage with end-users in meaningful way because there is no human in the loop when the chatbot fails.

FAQ Plus bot is a friendly Q&A bot that brings a human in the loop when it is unable to help. One can ask the bot a question and the bot responds with an answer if it is contained in the knowledge base. If not, the bot allows the end-user to submit a query which then gets posted in a pre-configured team of experts to provide support by acting upon the notifications from within their team itself.

Applicable scenarios: FAQ Plus [Version 2] works really well for light weight QnA and help desk scenarios. It also works well to provide quick support when launching new projects/initiatives in the organization.

Earlier release of FAQ Plus has following features:

  • An Enduser interacting with FAQ Plus:

FAQ Plus in action (user view)

  • Experts team using FAQ Plus:

FAQ Plus in action (experts view)

Following are the features provided to the experts team as part of FAQ Plus [Version 2]:

  • Experts team invoking the task module to add QnA pair:

Invoking_taskmodule1

  • Experts team configuring the bot to respond with a hero card as an answer to a question:

Invoking_taskmodule2

Add question screen 1

  • Experts team previewing the QnA pair before saving:

Preview_Rich_card

  • Experts team updating the QnA pair:

Updating_Question-ui1

Updating_Question-ui2

Updating_Question-ui4

  • Some of the fields are markdown supported and are indicated with "(Markdown supported)" beside the field label.

Adding_Markdown-Support-1

  • This is how the card will look like when the bot responds with the answer to the Experts team:

Adding_Markdown-Support-3

  • This is how the card will look like when the bot responds with the answer to the End-user:

End-user_Rich_Card

Clone this wiki locally