Welcome menu
{
"popup": false,
"messages": [
{
"type": "TEXT",
"value": "Good morning,, Guest.",
"meta": {
"chat_context": [
"false"
]
}
},
{
"type": "TEXT",
"value": "What would you like to do?",
"meta": {
"chat_context": [
"false"
]
}
}
],
"question": {
"mandatory": true,
"multiple": false,
"choices": [
{
"id": "0",
"label": "Check symptoms"
},
{
"id": "1",
"label": "Health tests"
},
{
"id": "2",
"label": "Ask a question"
}
]
},
"conversation_model": {
"conversation_context": {
"conversation": false,
"type": "ASSESSMENT"
},
"symptoms_summary": {},
"report": {}
},
"conversation_id": "864adc8a-b902-4e93-9829-d782a2a4b8c1"
}
Updated 9 months ago