def __init__()

in bot/code/data_models/conversation_data.py [0:0]


    def __init__(
        self,
        user_id: str = None,
        session_id: str = None,
        messages: list = None,
        timestamp: str = None