Message block - Bot

The message block under bot blocks is use to create text replies that the chatbot will send to customer intents.

An intent is chatbot jargon that refers to the goal of a customer query, which may be expressed with missing information, slang, typos, etc.

To add a bot message to a dialogue flow, click the blue chatbot button and select Bot message.

Phrases

Under the PHRASES tab, enter the desired chatbot replies to your customers' intent.

You can add multiple phrases, and the chatbot will randomly select a phrase to reply to the customer intent.

You can use the variables you created from the survey block, modify variable block, JSON API block or the Proto variables in the bot messages by using the { … } delimiter.

👍

Best practice

It is a good idea to have multiple phrases for popular bot message blocks. This will offer variety in chats with customers.

Quick replies

‍The quick replies are pre-written customer intents in the form of buttons. The customers can select these buttons to deliver their intent.

In the REPLIES tab, enter phrases that match the phrases in human blocks.

🚧

Requirement

Each quick reply must be identical to a phrase in the corresponding human block.

🚧

Requirement

A quick reply has a limit of 20 characters including spaces, in order to match the limitations of multiple messaging apps.

🚧

Requirement

A maximum of 13 quick replies are supported in a message block.

👍

Best Practice

You can use the Proto Script & Template or Proto Variables in the bot message to personalize the bot message.


What’s Next