Assessment or information choice

{
    "conversation": {
        "id": "b2043e4d-712e-489f-b97a-7d6eaefc77f8",
        "scenario": "consultation_routine",
        "phase": "dynamic-buttons",
        "available_commands": [
            "STOP_CONVERSATION"
        ]
    },
    "question": {
        "type": "generic",
        "messages": [
            {
                "type": "generic",
                "value_type": "TEXT",
                "value": "What would help you most, John?",
                "meta": {}
            }
        ],
        "mandatory": true,
        "multiple": false,
        "choices": [
            {
                "type": "generic",
                "id": "assessment",
                "label": "Assessment"
            },
            {
                "type": "generic",
                "id": "information",
                "label": "Information"
            }
        ]
    },
    "user": {
        "name": "John",
        "gender": "m",
        "age": 33,
        "year_of_birth": 1990,
        "other": false,
        "initial_symptom": "sore throat"
    }
}