Uses of Class
com.bytedesk.ai.robot_message.RobotMessageResponse
Packages that use RobotMessageResponse
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 RobotMessageResponse in com.bytedesk.ai.robot_message
Methods in com.bytedesk.ai.robot_message that return RobotMessageResponseModifier and TypeMethodDescriptionRobotMessageRestService.convertToResponse
(RobotMessageEntity entity) RobotMessageRestService.create
(RobotMessageRequest request) RobotMessageRestService.queryByUid
(RobotMessageRequest request) RobotMessageRestService.update
(RobotMessageRequest request) Methods in com.bytedesk.ai.robot_message that return types with arguments of type RobotMessageResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<RobotMessageResponse>
RobotMessageRestService.queryByOrg
(RobotMessageRequest request) org.springframework.data.domain.Page<RobotMessageResponse>
RobotMessageRestService.queryByUser
(RobotMessageRequest request) -
Uses of RobotMessageResponse in com.bytedesk.ai.utils
Methods in com.bytedesk.ai.utils that return RobotMessageResponseModifier and TypeMethodDescriptionstatic RobotMessageResponse
ConvertAiUtils.convertToRobotMessageResponse
(RobotMessageEntity message)