{
"id": "wa_menu",
"type": "whatsapp",
"data": { "platform": "whatsapp", "waitForUserResponse": true },
"connections": {},
"subNodes": [
{
"id": "ans_tours",
"type": "answer",
"parentId": "wa_menu",
"title": "Tours",
"data": { "label": "Tours", "index": 0, "editable": true, "removable": true },
"connections": { "out": ["ptr_tours"] }
},
{
"id": "ans_help",
"type": "answer",
"parentId": "wa_menu",
"title": "Help",
"data": { "label": "Help", "index": 1, "editable": true, "removable": true },
"connections": { "out": ["ptr_support"] }
},
{
"id": "fb_unknown",
"type": "noSelectionFallback",
"parentId": "wa_menu",
"title": "Fallback",
"data": {
"label": "Fallback",
"shouldSendReplyMessage": true,
"unknownAnswerReplyMessage": "Please choose one of the options."
},
"connections": { "out": ["wa_menu"] }
},
{
"id": "to_idle",
"type": "awaitResponseTimeout",
"parentId": "wa_menu",
"title": "Timeout",
"data": {
"label": "Timeout",
"shouldTimeoutExecution": true,
"timerInfo": { "hours": "0", "minutes": "30", "seconds": "0", "numberOfSeconds": 1800 }
},
"connections": { "out": ["upd_conv"] }
}
]
}