Input
The input cards are useful when you need to ask the user for information and store it in a variable.
Input string

Syntax
[
{
"name": "<STATE_NAME>",
"component": "ebbot_input_string",
"properties": {
"text": "<TEXT_MESSAGE>",
"output": "<VARIABLE_NAME",
"ask_again": false,
"validation": {}
}
}
]Example Usage
[
{
"name": "state_1613081714484",
"component": "ebbot_input_string",
"properties": {
"text": "Whats your name",
"output": "name",
"ask_again": false,
"validation": {}
}
}
]Input pattern
Using the variable
Last updated
Was this helpful?


