{
"id": "test",
"initial": "home_state",
"states": {
"home_state": {
"inputs": {
"input_message": {
"type": "text",
"user_input": true
}
},
"tasks": [
{
"name": "any_module_test_task",
"module_type": "AnyWidgetModule",
"module_config": {
"widget_id": "1743157315558707200",
"content": "{{input_message}}",
"output_name": "result"
}
}
],
"render": {
"text": "{{result}}",
"buttons": [
{
"content":"Chat Again",
"description":"",
"on_click":"chat"
}
]
},
"transitions": {
"chat": "home_state"
}
}
}
}