Uses of Class
com.bytedesk.ai.robot_thread.RobotThreadRequest
Packages that use RobotThreadRequest
Package
Description
智能辅助回复
https://work.weixin.qq.com/nl/act/p/c9d6b36eb873411c
-
Uses of RobotThreadRequest in com.bytedesk.ai.robot_thread
Methods in com.bytedesk.ai.robot_thread with parameters of type RobotThreadRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
RobotThreadController.create
(RobotThreadRequest request) RobotThreadService.create
(RobotThreadRequest request) org.springframework.http.ResponseEntity<?>
RobotThreadController.delete
(RobotThreadRequest request) void
RobotThreadService.delete
(RobotThreadRequest request) RobotThreadController.export
(RobotThreadRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
RobotThreadController.queryByOrg
(RobotThreadRequest request) org.springframework.data.domain.Page<RobotThreadResponse>
RobotThreadService.queryByOrg
(RobotThreadRequest request) org.springframework.http.ResponseEntity<?>
RobotThreadController.queryByUid
(RobotThreadRequest request) org.springframework.http.ResponseEntity<?>
RobotThreadController.queryByUser
(RobotThreadRequest request) org.springframework.data.domain.Page<RobotThreadResponse>
RobotThreadService.queryByUser
(RobotThreadRequest request) static org.springframework.data.jpa.domain.Specification<RobotThreadEntity>
RobotThreadSpecification.search
(RobotThreadRequest request) org.springframework.http.ResponseEntity<?>
RobotThreadController.update
(RobotThreadRequest request) RobotThreadService.update
(RobotThreadRequest request)