Creates the Bot Description object from a JSON object.
factory BotDescription.fromJson(Map<String, dynamic> json) { return BotDescription( description: json['description'] as String, ); }