{
"id": "cmd37dasl000111qwkawzg4m3",
"name": "Mohammad",
"workflow": {
"start": {
"tool": "Captain::Tools::BubbleTextTool",
"args": {
"text": "Please give me the name, id-code and email address."
},
"type": "text",
"next": "collect_name"
},
"collect_name": {
"tool": "Captain::Tools::InputTextTool",
"args": {
"prompt": "Type your name..."
},
"type": "input",
"next": "collect_id"
},
"collect_id": {
"tool": "Captain::Tools::InputNumberTool",
"args": {
"prompt": "Type a id-number..."
},
"type": "input",
"next": "collect_gmail"
},
"collect_gmail": {
"tool": "Captain::Tools::InputGmailTool",
"args": {
"prompt": "Please enter your information"
},
"type": "input",
"next": "choose_support_type"
},
"choose_support_type": {
"tool": "Captain::Tools::InputTextTool",
"args": {
"prompt": "The registration completed. Are you looking for sales information or technical support?"
},
"type": "input",
"next": "choose_support_type"
},
"ask_industry": {
"tool": "Captain::Tools::BubbleTextTool",
"args": {
"text": "Which industry best describes your needs?"
},
"type": "text",
"next": null
},
"customer_support_options": {
"tool": "Captain::Tools::BubbleTextTool",
"args": {
"text": "Please select: How product works? or Report an issue"
},
"type": "text",
"next": null
}
}
}