Uses of Class
com.bytedesk.ai.robot_thread.RobotThreadEntity
Packages that use RobotThreadEntity
Package
Description
智能辅助回复
https://work.weixin.qq.com/nl/act/p/c9d6b36eb873411c
-
Uses of RobotThreadEntity in com.bytedesk.ai.robot_thread
Methods in com.bytedesk.ai.robot_thread that return RobotThreadEntityModifier and TypeMethodDescriptionprotected RobotThreadEntity
RobotThreadService.doSave
(RobotThreadEntity entity) RobotThreadService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, RobotThreadEntity entity) Methods in com.bytedesk.ai.robot_thread that return types with arguments of type RobotThreadEntityModifier and TypeMethodDescriptionRobotThreadRepository.findFirstByTopic
(String topic) RobotThreadService.findFirstByTopic
(String topic) static org.springframework.data.jpa.domain.Specification<RobotThreadEntity>
RobotThreadSpecification.search
(RobotThreadRequest request) Methods in com.bytedesk.ai.robot_thread with parameters of type RobotThreadEntityModifier and TypeMethodDescriptionRobotThreadService.convertToResponse
(RobotThreadEntity entity) protected RobotThreadEntity
RobotThreadService.doSave
(RobotThreadEntity entity) RobotThreadService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, RobotThreadEntity entity)