Class AiStatisticRestController


@RestController @RequestMapping("/api/v1/ai/statistic") @Description("AiStatistic Management Controller - Content statistic and categorization APIs") public class AiStatisticRestController extends BaseRestController<AiStatisticRequest,AiStatisticRestService>