Symptom confirmation/add

{
    "conversation": {
        "id": "51feddd4-8daa-4b2a-9579-7bd666587a8a",
        "scenario": "consultation_routine",
        "phase": "autocomplete_start",
        "available_commands": [
            "STOP_CONVERSATION"
        ],
        "symptoms_summary": {
            "selected": [
                {
                    "cui": "CM001658",
                    "name": "Shaking"
                }
            ]
        }
    },
    "question": {
        "type": "generic",
        "messages": [
            {
                "type": "generic",
                "value_type": "TEXT",
                "value": "OK John, if I understood your most important symptoms, continue with the assessment and I'll ask more questions.",
                "meta": {}
            },
            {
                "type": "generic",
                "value_type": "TEXT",
                "value": "Or if I missed something big, add more symptoms.",
                "meta": {}
            }
        ],
        "mandatory": true,
        "multiple": false,
        "choices": [
            {
                "type": "generic",
                "id": "continue_assessment",
                "label": "Continue with assessment"
            },
            {
                "type": "generic",
                "id": "add_symptoms",
                "label": "Add more symptoms"
            }
        ]
    },
    "user": {
        "name": "John",
        "gender": "m",
        "age": 33,
        "year_of_birth": 1990,
        "other": false,
        "initial_symptom": "shaking"
    }
}