ConversationActionEvent.fromJson(Map<String, dynamic> json) : action = json['action'], conversationData = ConversationData.fromJson(json['conversation']);