Last updated 3 years ago
A simple text card with the defined text as bot response
[ { "name": "<STATE_NAME>", "component": "ebbot_text", "properties": { "text": "<TEXT>" } } ]
[ { "name": "state_1613080611608", "component": "ebbot_text", "properties": { "text": "Hello there" } } ]
Property
Type
Description
text
string
Response text to send to the user
Randomize the text response each time the scenario is triggered.
[ { "name": "<STATE_NAME>", "component": "ebbot_random_text", "properties": { "responses": [ "<TEXT 1>", "<TEXT 2>", "<TEXT 3>" ] } } ]
[ { "name": "state_1613081376364", "component": "ebbot_random_text", "properties": { "responses": [ "thank you", "thanks", "😊" ] } } ]
responses
array
A list of text responses