Uses of Class
com.bytedesk.ai.robot_message.RobotMessageEntity
Packages that use RobotMessageEntity
Package
Description
Robot message package contains classes for handling robot communication.
Utilities package contains helper classes and common utilities for the AI module.
-
Uses of RobotMessageEntity in com.bytedesk.ai.robot_message
Methods in com.bytedesk.ai.robot_message that return RobotMessageEntityModifier and TypeMethodDescriptionprotected RobotMessageEntity
RobotMessageRestService.doSave
(RobotMessageEntity entity) RobotMessageRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, RobotMessageEntity entity) Methods in com.bytedesk.ai.robot_message that return types with arguments of type RobotMessageEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<RobotMessageEntity>
RobotMessageRestService.queryByOrgEntity
(RobotMessageRequest request) static org.springframework.data.jpa.domain.Specification<RobotMessageEntity>
RobotMessageSpecification.search
(RobotMessageRequest request) Methods in com.bytedesk.ai.robot_message with parameters of type RobotMessageEntityModifier and TypeMethodDescriptionRobotMessageRestService.convertToExcel
(RobotMessageEntity entity) RobotMessageRestService.convertToResponse
(RobotMessageEntity entity) protected RobotMessageEntity
RobotMessageRestService.doSave
(RobotMessageEntity entity) RobotMessageRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, RobotMessageEntity entity) -
Uses of RobotMessageEntity in com.bytedesk.ai.robot_message.event
Fields in com.bytedesk.ai.robot_message.event declared as RobotMessageEntityModifier and TypeFieldDescriptionprivate final RobotMessageEntity
RobotMessageUnanswered.robotMessage
Constructors in com.bytedesk.ai.robot_message.event with parameters of type RobotMessageEntityModifierConstructorDescriptionRobotMessageUnanswered
(Object source, RobotMessageEntity robotMessage) -
Uses of RobotMessageEntity in com.bytedesk.ai.utils
Methods in com.bytedesk.ai.utils with parameters of type RobotMessageEntityModifier and TypeMethodDescriptionstatic RobotMessageResponse
ConvertAiUtils.convertToRobotMessageResponse
(RobotMessageEntity message)