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) org.springframework.http.ResponseEntity<?>
RobotRestController.delete
(RobotRequest request) void
RobotRestService.delete
(RobotRequest entity) RobotRestController.export
(RobotRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
RobotRestController.queryByOrg
(RobotRequest request) org.springframework.data.domain.Page<RobotResponse>
RobotRestService.queryByOrg
(RobotRequest request) org.springframework.http.ResponseEntity<?>
RobotRestController.queryByUid
(RobotRequest request) RobotRestService.queryByUid
(RobotRequest request) org.springframework.http.ResponseEntity<?>
RobotRestController.queryByUser
(RobotRequest request) org.springframework.data.domain.Page<RobotResponse>
RobotRestService.queryByUser
(RobotRequest request) static org.springframework.data.jpa.domain.Specification<RobotEntity>
RobotSpecification.search
(RobotRequest request) private void
RobotRestService.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.updatePromptRobot
(RobotRequest request) RobotRestService.updatePromptRobot
(RobotRequest request)