Skip to main content

How QnA Chat Works

How to reply to users in QnA chat

Inside the menu structure of his bot, the administrator can create Feedback Forms containing sets of Questions for users. After the user fills out the form, and if the forwarding is provided by the form settings (some forms only collect data using variable input), administrators will receive a response directly to the bot (how to receive responses in groups will be described below). The user's response will contain three buttons: "Notify", "Ask" and "Ban".


7d10fa44709e3a7a7fb2c.jpg


The admin by clicking on one of these buttons (except for the "Ban") can write a message...


d7790e4ae57e6d9873398.jpg


...and it will be sent directly to the chat between the user and the bot!


e1ac79c5255eddc2a7b0f.jpg


If you do not want the admin response to contain the header:
💬 Admin message #msg
It can be disabled in the bot settings.

From time to time we are asked: is it possible to send a message to the user without a header saying that this is an admin message... We will answer that, this cannot be done through QnA. However, specifically for such cases, we have created a command:
/pm userid message
You can read more about this command in the list of system commands.


Ask button

Ask is a two-way communication button. In this mode, your user can reply to the administrator with one message. The message received by the user will contain a "Reply" button.

The user can click it and send one message back to the Administrator. The administrator will receive this message in his bot's chat:


fa40f6d8aedc9fa12691c.jpg


The administrator can continue the dialogue if he wants, using the appropriate button in this or the original message.


Notify button

Notify is a one-way communication. In this mode, your user will receive a message without the "Reply" button and will no longer be able to reply to the administrator:


e554c63750f86e77153b2.jpg


The Administrator can use this button to notify the User one-way or to end the dialogue if he thinks that he no longer needs the user's answers.

Life-hack :)

Both - Form reply messages and Q&A chat replies contain two #HashTags:


cf2f1b5ee86280c9903a0.jpg


1. The hashtag #answer (in the headers of the forms) and #msg (in the headers of the Q&A chat) allow the administrator to search through forms and messages:


064415779b0edc717343d.jpg


2. The hashtag #uXXXXX (containing UserCode) in the headers of the form's messages and Q&A chat, allows administrator to search for all other data (of forms and messages) of a given user.


2bf919075f1ba9aac1ac3.jpg



Ban button

In QnA chat, it is possible to ban unwanted or intrusive users, which will make it impossible for them to write in any forms of QnA chat in this bot. To do this, instead of answering, simply click the "Ban" button under the message of this user.

A ban in QnA chat forms does not deprive the user's ability to use the bot itself - it only deprives his ability to write to the forms.

For a complete ban of a user in a bot, use the extension:

User total ban.
To connect, go in your bot:
☞ 🔐Admin | 🧩Extensions | 📂Protection


To unban the user, send a command to the bot with the user ID (or UserCode):
/unban userid

The banned user ID and the unbaning command are shown in the message, immediately after the user was banned. Save these messages if you planing to unban the user later.

This is a description of the basic principles of the QnA chat, keeping in mind that you receiving answers directly to the bot's chat. However, on the basis of existing mechanics, you can create more complex feedback forms, by sending messages to the admins with already formatted data written into variables, using "variable input" mode, as well as receiving user's answers in the groups.


❖ Error messages


Lost «Question»

If in form instead of the answer you receive "Lost «Question»" message, it means that user's answer was lost on the way. It happens mostly if user left uncompleted form for a while and during this time his session was restarted, thus his answers were dumped from temporary session storage. Also happens during any rare system glitches and restarts.


❖ Additional Information


Custom Header and admin Reply Button

 

e1ac79c5255eddc2a7b0f.jpg

You can change the system Message Header and Reply to Admin Button in a message sent using QnA chat.

79. Custom QnA Reply Header and Button
To add feature go to your bot:
☞ 🔐Admin | 🧩Extensions | 📂Customisation