Creates the Bot Description object from a JSON object.
factory BotDescription.fromJson(Map<String, dynamic> json) => _$BotDescriptionFromJson(json);