Parse from a json
factory MessageCustomServiceAction.fromJson(Map<String, dynamic> json) => MessageCustomServiceAction( text: json['text'], );