Constructs BotName from JSON
factory BotName.fromJson(Map<String, dynamic> json) { return BotName( name: json['name'], ); }