Map<String, dynamic> toMap() { return { 'id': id, 'uuid': conversationId, 'role': role.index, 'text': text, }; }