ConversationContentData.fromJson(Map<String, dynamic> json) { type = json['type']; text = json['text']; }