Uses of Class
com.bytedesk.ai.robot.RobotEntity
Packages that use RobotEntity
Package
Description
Robot package contains classes for managing AI robots/agents.
Utilities package contains helper classes and common utilities for the AI module.
-
Uses of RobotEntity in com.bytedesk.ai.robot
Methods in com.bytedesk.ai.robot that return RobotEntityMethods in com.bytedesk.ai.robot that return types with arguments of type RobotEntityModifier and TypeMethodDescriptionRobotRepository.findByLevelAndDeletedFalseAndType
(String level, String type) RobotRepository.findByNameAndOrgUidAndDeletedFalse
(String name, String orgUid) RobotRestService.findByNameAndOrgUidAndDeletedFalse
(String name, String orgUid) static org.springframework.data.jpa.domain.Specification<RobotEntity>
RobotSpecification.search
(RobotRequest request) Methods in com.bytedesk.ai.robot with parameters of type RobotEntityModifier and TypeMethodDescriptionstatic RobotProtobuf
RobotProtobuf.convertFromRobotEntity
(RobotEntity robotEntity) RobotRestService.convertToResponse
(RobotEntity entity) void
RobotRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, RobotEntity entity) void
RobotEntityListener.onPostPersist
(RobotEntity robot) RobotRestService.save
(RobotEntity entity) private void
RobotRestService.setRobotSettings
(RobotEntity robot, RobotRequest request) Sets common settings for both create and update operations -
Uses of RobotEntity in com.bytedesk.ai.robot.event
Fields in com.bytedesk.ai.robot.event declared as RobotEntityConstructors in com.bytedesk.ai.robot.event with parameters of type RobotEntity -
Uses of RobotEntity in com.bytedesk.ai.springai.base
Methods in com.bytedesk.ai.springai.base with parameters of type RobotEntityModifier and TypeMethodDescriptionvoid
BaseSpringAIService.sendWebsocketMessage
(String query, RobotEntity robot, MessageProtobuf messageProtobuf) -
Uses of RobotEntity in com.bytedesk.ai.springai.spring
Methods in com.bytedesk.ai.springai.spring with parameters of type RobotEntityModifier and TypeMethodDescriptionvoid
SpringAIService.sendWebsocketMessage
(String query, RobotEntity robot, MessageProtobuf messageProtobuf) 发送websocket消息 -
Uses of RobotEntity in com.bytedesk.ai.utils
Methods in com.bytedesk.ai.utils with parameters of type RobotEntityModifier and TypeMethodDescriptionstatic RobotProtobuf
ConvertAiUtils.convertToRobotProtobuf
(RobotEntity entity) static String
ConvertAiUtils.convertToRobotProtobufString
(RobotEntity entity) static RobotResponse
ConvertAiUtils.convertToRobotResponse
(RobotEntity entity) static String
ConvertAiUtils.convertToUserProtobufString
(RobotEntity entity) -
Uses of RobotEntity in com.bytedesk.service.queue
Methods in com.bytedesk.service.queue with parameters of type RobotEntityModifier and TypeMethodDescriptionQueueService.enqueueRobot
(ThreadEntity threadEntity, RobotEntity robotEntity, VisitorRequest visitorRequest) -
Uses of RobotEntity in com.bytedesk.service.settings
Fields in com.bytedesk.service.settings declared as RobotEntity -
Uses of RobotEntity in com.bytedesk.service.strategy
Methods in com.bytedesk.service.strategy with parameters of type RobotEntityModifier and TypeMethodDescriptionprivate MessageProtobuf
RobotCsThreadCreationStrategy.getRobotContinueMessage
(RobotEntity robot, ThreadEntity thread) WorkgroupCsThreadCreationStrategy.routeToRobot
(VisitorRequest request, ThreadEntity threadFromRequest, RobotEntity robot) -
Uses of RobotEntity in com.bytedesk.service.utils
Methods in com.bytedesk.service.utils with parameters of type RobotEntityModifier and TypeMethodDescriptionstatic MessageProtobuf
ThreadMessageUtil.getThreadRobotWelcomeMessage
(RobotEntity robot, ThreadEntity thread) -
Uses of RobotEntity in com.bytedesk.service.visitor_thread
Methods in com.bytedesk.service.visitor_thread with parameters of type RobotEntityModifier and TypeMethodDescriptionVisitorThreadService.createRobotThread
(VisitorRequest visitorRequest, RobotEntity robot, String topic) VisitorThreadService.reInitRobotThreadExtra
(ThreadEntity thread, RobotEntity robot)