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 RobotMessageEntityRobotMessageRestService.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 TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<RobotMessageEntity>RobotMessageRestService.createSpecification(RobotMessageRequest request) protected org.springframework.data.domain.Page<RobotMessageEntity>RobotMessageRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<RobotMessageEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<RobotMessageEntity>RobotMessageSpecification.search(RobotMessageRequest request, AuthService authService) Methods in com.bytedesk.ai.robot_message with parameters of type RobotMessageEntityModifier and TypeMethodDescriptionRobotMessageRestService.convertToExcel(RobotMessageEntity entity) RobotMessageRestService.convertToResponse(RobotMessageEntity entity) protected RobotMessageEntityRobotMessageRestService.doSave(RobotMessageEntity entity) RobotMessageRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, RobotMessageEntity entity) Method parameters in com.bytedesk.ai.robot_message with type arguments of type RobotMessageEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<RobotMessageEntity>RobotMessageRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<RobotMessageEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of RobotMessageEntity in com.bytedesk.ai.robot_message.event
Fields in com.bytedesk.ai.robot_message.event declared as RobotMessageEntityModifier and TypeFieldDescriptionprivate final RobotMessageEntityRobotMessageUnanswered.robotMessageConstructors 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 RobotMessageResponseConvertAiUtils.convertToRobotMessageResponse(RobotMessageEntity message)