Uses of Class
com.bytedesk.ai.statistic.StatisticRobotResponse
Packages that use StatisticRobotResponse
Package
Description
Statistics package contains classes for AI-related data analytics and metrics.
-
Uses of StatisticRobotResponse in com.bytedesk.ai.statistic
Methods in com.bytedesk.ai.statistic that return StatisticRobotResponseModifier and TypeMethodDescriptionStatisticRobotRestService.convertToResponse
(StatisticRobotEntity entity) StatisticRobotRestService.create
(StatisticRobotRequest request) StatisticRobotRestService.queryByUid
(StatisticRobotRequest request) StatisticRobotRestService.update
(StatisticRobotRequest request) Methods in com.bytedesk.ai.statistic that return types with arguments of type StatisticRobotResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<StatisticRobotResponse>
StatisticRobotRestService.queryByOrg
(StatisticRobotRequest request) org.springframework.data.domain.Page<StatisticRobotResponse>
StatisticRobotRestService.queryByUser
(StatisticRobotRequest request)