...
End event – use this element as the ending of your process
Create a chatbot process
...
Go to the section Process Library and click New Process
Fill in a name of your process and a code
Go to the Parameters tab and create 3 required parameters:
...
Let’s try to create the first chatbot message!
...
Select the element
...
Select Beesender: Text message from the
...
User action panel
...
Fill in the fields:
Filed | Value |
---|---|
ChatId | Set parameter ChatId |
ClientId | Set parameter ClientId |
OperatorId | Set parameter OperatorId |
Text | Set your message, for example Hello |
...
As you already know, the Beesender: Text message has the following mandatory parameters:
Filed | Value |
---|---|
ChatId | [#ChatId#] |
ClientId | [#ClientId#] |
OperatorId | [#OperatorId#]|
Text | The message you want to send |
...
The Beesender: Ask question has the following mandatory parameters:
Filed | Value |
---|---|
ChatId | [#ChatId#] |
ClientId | [#ClientId#] |
OperatorId | [#OperatorId#]|
Message | The message you want to send |
Button 1 - Button 9 | The text displayed on the button for selecting the client's response to the chatbot. During the dialogue with the chatbot, only those buttons that are filled in are displayed |
Answer | Leave this field blank |
...