Uses of Class
com.bytedesk.ai.robot.RobotRequest
Packages that use RobotRequest
Package
Description
Robot package contains classes for managing AI robots/agents.
-
Uses of RobotRequest in com.bytedesk.ai.robot
Methods in com.bytedesk.ai.robot with parameters of type RobotRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>RobotRestController.create(RobotRequest request) RobotRestService.create(RobotRequest request) org.springframework.http.ResponseEntity<?>RobotRestController.createPromptRobot(RobotRequest request) RobotRestService.createPromptRobot(RobotRequest request) protected org.springframework.data.jpa.domain.Specification<RobotEntity>RobotRestService.createSpecification(RobotRequest request) org.springframework.http.ResponseEntity<?>RobotRestController.delete(RobotRequest request) voidRobotRestService.delete(RobotRequest request) RobotRestController.export(RobotRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>RobotRestController.queryByOrg(RobotRequest request) org.springframework.http.ResponseEntity<?>RobotRestController.queryByUid(RobotRequest request) RobotRestService.queryByUid(RobotRequest request) org.springframework.http.ResponseEntity<?>RobotRestController.queryByUser(RobotRequest request) static org.springframework.data.jpa.domain.Specification<RobotEntity>RobotSpecification.search(RobotRequest request, AuthService authService) private voidRobotRestService.setRobotSettings(RobotEntity robot, RobotRequest request) Sets common settings for both create and update operationsorg.springframework.http.ResponseEntity<?>RobotRestController.update(RobotRequest request) RobotRestService.update(RobotRequest request) org.springframework.http.ResponseEntity<?>RobotRestController.updateAvatar(RobotRequest request) RobotRestService.updateAvatar(RobotRequest request) org.springframework.http.ResponseEntity<?>RobotRestController.updateKbUid(RobotRequest request) RobotRestService.updateKbUid(RobotRequest request) org.springframework.http.ResponseEntity<?>RobotRestController.updatePromptRobot(RobotRequest request) RobotRestService.updatePromptRobot(RobotRequest request)