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