Uses of Class
com.bytedesk.core.message.MessageProtobuf
Packages that use MessageProtobuf
Package
Description
Robot package contains classes for managing AI robots/agents.
Robot message package contains classes for handling robot communication.
Message handling package containing message models and processors
-
Uses of MessageProtobuf in com.bytedesk.ai.robot
Methods in com.bytedesk.ai.robot with parameters of type MessageProtobufModifier and TypeMethodDescriptionprivate void
RobotService.processRobotThreadWebsocketMessage
(String query, String threadTopic, ThreadProtobuf threadProtobuf, MessageProtobuf messageProtobuf) -
Uses of MessageProtobuf in com.bytedesk.ai.robot_message
Methods in com.bytedesk.ai.robot_message that return MessageProtobufModifier and TypeMethodDescriptionstatic MessageProtobuf
RobotMessageUtils.createRobotMessage
(ThreadEntity thread, ThreadProtobuf threadProtobuf, RobotProtobuf robot, MessageProtobuf messageProtobuf) Methods in com.bytedesk.ai.robot_message with parameters of type MessageProtobufModifier and TypeMethodDescriptionstatic MessageProtobuf
RobotMessageUtils.createRobotMessage
(ThreadEntity thread, ThreadProtobuf threadProtobuf, RobotProtobuf robot, MessageProtobuf messageProtobuf) -
Uses of MessageProtobuf in com.bytedesk.ai.springai.base
Methods in com.bytedesk.ai.springai.base with parameters of type MessageProtobufModifier and TypeMethodDescriptionprotected abstract void
BaseSpringAIService.processPrompt
(org.springframework.ai.chat.prompt.Prompt prompt, MessageProtobuf messageProtobuf) protected abstract void
BaseSpringAIService.processPromptSSE
(org.springframework.ai.chat.prompt.Prompt prompt, MessageProtobuf messageProtobuf, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) void
BaseSpringAIService.sendSseMessage
(String query, RobotProtobuf robot, MessageProtobuf messageProtobuf, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) void
BaseSpringAIService.sendWebsocketMessage
(String query, RobotEntity robot, MessageProtobuf messageProtobuf) -
Uses of MessageProtobuf in com.bytedesk.ai.springai.dashscope
Methods in com.bytedesk.ai.springai.dashscope with parameters of type MessageProtobufModifier and TypeMethodDescriptionprotected void
SpringAIDashscopeService.processPrompt
(org.springframework.ai.chat.prompt.Prompt prompt, MessageProtobuf messageProtobuf) protected void
SpringAIDashscopeService.processPromptSSE
(org.springframework.ai.chat.prompt.Prompt prompt, MessageProtobuf messageProtobuf, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) -
Uses of MessageProtobuf in com.bytedesk.ai.springai.deepseek
Methods in com.bytedesk.ai.springai.deepseek with parameters of type MessageProtobufModifier and TypeMethodDescriptionprotected void
SpringAIDeepseekService.processPrompt
(org.springframework.ai.chat.prompt.Prompt prompt, MessageProtobuf messageProtobuf) protected void
SpringAIDeepseekService.processPromptSSE
(org.springframework.ai.chat.prompt.Prompt prompt, MessageProtobuf messageProtobuf, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) -
Uses of MessageProtobuf in com.bytedesk.ai.springai.gitee
Methods in com.bytedesk.ai.springai.gitee with parameters of type MessageProtobufModifier and TypeMethodDescriptionprotected void
SpringAIGiteeService.processPrompt
(org.springframework.ai.chat.prompt.Prompt prompt, MessageProtobuf messageProtobuf) protected void
SpringAIGiteeService.processPromptSSE
(org.springframework.ai.chat.prompt.Prompt prompt, MessageProtobuf messageProtobuf, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) -
Uses of MessageProtobuf in com.bytedesk.ai.springai.ollama
Methods in com.bytedesk.ai.springai.ollama with parameters of type MessageProtobufModifier and TypeMethodDescriptionprotected void
SpringAIOllamaService.processPrompt
(org.springframework.ai.chat.prompt.Prompt prompt, MessageProtobuf messageProtobuf) protected void
SpringAIOllamaService.processPromptSSE
(org.springframework.ai.chat.prompt.Prompt prompt, MessageProtobuf messageProtobuf, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) -
Uses of MessageProtobuf in com.bytedesk.ai.springai.siliconflow
Methods in com.bytedesk.ai.springai.siliconflow with parameters of type MessageProtobufModifier and TypeMethodDescriptionprotected void
SpringAISiliconFlowService.processPrompt
(org.springframework.ai.chat.prompt.Prompt prompt, MessageProtobuf messageProtobuf) protected void
SpringAISiliconFlowService.processPromptSSE
(org.springframework.ai.chat.prompt.Prompt prompt, MessageProtobuf messageProtobuf, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) -
Uses of MessageProtobuf in com.bytedesk.ai.springai.spring
Methods in com.bytedesk.ai.springai.spring with parameters of type MessageProtobufModifier and TypeMethodDescriptionvoid
SpringAIService.sendSseMessage
(String query, RobotProtobuf robot, MessageProtobuf messageProtobuf, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) 发送Sse消息void
SpringAIService.sendWebsocketMessage
(String query, RobotEntity robot, MessageProtobuf messageProtobuf) 发送websocket消息 -
Uses of MessageProtobuf in com.bytedesk.ai.springai.zhipuai
Methods in com.bytedesk.ai.springai.zhipuai with parameters of type MessageProtobufModifier and TypeMethodDescriptionprotected void
SpringAIZhipuaiService.processPrompt
(org.springframework.ai.chat.prompt.Prompt prompt, MessageProtobuf messageProtobuf) 方式1:异步流式调用void
SpringAIZhipuaiService.processPromptSSE
(org.springframework.ai.chat.prompt.Prompt prompt, MessageProtobuf messageProtobuf, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) 方式3:SSE方式调用 -
Uses of MessageProtobuf in com.bytedesk.core.black
Methods in com.bytedesk.core.black with parameters of type MessageProtobufModifier and TypeMethodDescriptionboolean
BlackService.isBlackList
(MessageProtobuf messageProtobuf) -
Uses of MessageProtobuf in com.bytedesk.core.jms
Methods in com.bytedesk.core.jms with parameters of type MessageProtobufModifier and TypeMethodDescriptionvoid
JmsArtemisService.sendQueueMessage
(MessageProtobuf message) void
JmsArtemisService.sendTopicMessage
(MessageProtobuf message) -
Uses of MessageProtobuf in com.bytedesk.core.message
Fields in com.bytedesk.core.message with type parameters of type MessageProtobufModifier and TypeFieldDescriptionprivate com.github.benmanes.caffeine.cache.Cache<String,
MessageProtobuf> MessageCache.messageCache
Methods in com.bytedesk.core.message that return MessageProtobufModifier and TypeMethodDescriptionstatic MessageProtobuf
MessageUtils.createAgentCloseMessage
(ThreadEntity thread, String content) static MessageProtobuf
MessageUtils.createAutoCloseMessage
(ThreadEntity thread, String content) static MessageProtobuf
MessageUtils.createNoticeMessage
(String messageUid, ThreadProtobuf threadProtobuf, String orgUid, String content) static MessageProtobuf
MessageUtils.createRateInviteMessage
(ThreadEntity thread, String content) static MessageProtobuf
MessageUtils.createSystemMessage
(ThreadEntity thread, String content) static MessageProtobuf
MessageUtils.createThreadMessage
(String messageUid, ThreadEntity thread, MessageTypeEnum type, String content) static MessageProtobuf
MessageProtobuf.parseFromJson
(String user) Methods in com.bytedesk.core.message with parameters of type MessageProtobufModifier and TypeMethodDescriptionprivate void
MessagePersistService.dealWithFaqRateMessage
(MessageTypeEnum type, MessageProtobuf message) private void
MessagePersistService.dealWithInviteMessage
(MessageTypeEnum type, MessageProtobuf message) private void
MessagePersistService.dealWithLeaveMsg
(MessageTypeEnum type, MessageProtobuf message) private boolean
MessagePersistService.dealWithMessageNotification
(MessageTypeEnum type, MessageProtobuf messageProtobuf) private void
MessagePersistService.dealWithMessageRecall
(MessageProtobuf message) private void
MessagePersistService.dealWithMessageReceipt
(MessageTypeEnum type, MessageProtobuf message) private void
MessagePersistService.dealWithRateMessage
(MessageTypeEnum type, MessageProtobuf message) private void
MessagePersistService.dealWithRobotRateMessage
(MessageTypeEnum type, MessageProtobuf message) private void
MessagePersistService.dealWithTransferMessage
(MessageTypeEnum type, MessageProtobuf message) static void
MessageUtils.notifyUser
(MessageProtobuf messageProtobuf) void
MessageCache.put
(String key, MessageProtobuf message) void
IMessageSendService.sendProtobufMessage
(MessageProtobuf messageProtobuf) void
MessageSendServiceImpl.sendProtobufMessage
(MessageProtobuf messageProtobuf) void
MessageSendServiceImplVip.sendProtobufMessage
(MessageProtobuf messageProtobuf) -
Uses of MessageProtobuf in com.bytedesk.kbase.taboo.aop
Methods in com.bytedesk.kbase.taboo.aop with parameters of type MessageProtobufModifier and TypeMethodDescriptionprivate boolean
TabooProtobufAspect.containsSensitiveWords
(MessageProtobuf messageProtobuf) -
Uses of MessageProtobuf in com.bytedesk.service.strategy
Methods in com.bytedesk.service.strategy that return MessageProtobufModifier and TypeMethodDescriptionAgentCsThreadCreationStrategy.createAgentCsThread
(VisitorRequest visitorRequest) AgentCsThreadCreationStrategy.createCsThread
(VisitorRequest visitorRequest) CsThreadCreationContext.createCsThread
(VisitorRequest visitorRequest) CsThreadCreationStrategy.createCsThread
(VisitorRequest visitorRequest) RobotCsThreadCreationStrategy.createCsThread
(VisitorRequest visitorRequest) WorkgroupCsThreadCreationStrategy.createCsThread
(VisitorRequest visitorRequest) RobotCsThreadCreationStrategy.createRobotCsThread
(VisitorRequest request) WorkgroupCsThreadCreationStrategy.createWorkgroupCsThread
(VisitorRequest visitorRequest) private MessageProtobuf
AgentCsThreadCreationStrategy.getAgentContinueMessage
(VisitorRequest visitorRequest, ThreadEntity thread) private MessageProtobuf
AgentCsThreadCreationStrategy.getAgentQueuingMessage
(VisitorRequest visitorRequest, ThreadEntity thread) WorkgroupCsThreadCreationStrategy.getOfflineMessage
(VisitorRequest visitorRequest, ThreadEntity threadFromRequest, WorkgroupEntity workgroup) private MessageProtobuf
RobotCsThreadCreationStrategy.getRobotContinueMessage
(RobotEntity robot, ThreadEntity thread) private MessageProtobuf
WorkgroupCsThreadCreationStrategy.getWorkgroupContinueMessage
(VisitorRequest visitorRequest, ThreadEntity thread) private MessageProtobuf
WorkgroupCsThreadCreationStrategy.getWorkgroupQueuingMessage
(VisitorRequest visitorRequest, ThreadEntity thread) private MessageProtobuf
AgentCsThreadCreationStrategy.handleAvailableAgent
(ThreadEntity threadFromRequest, AgentEntity agent, QueueMemberEntity queueMemberEntity) private MessageProtobuf
WorkgroupCsThreadCreationStrategy.handleAvailableWorkgroup
(ThreadEntity threadFromRequest, AgentEntity agent, QueueMemberEntity queueMemberEntity) private MessageProtobuf
AgentCsThreadCreationStrategy.handleOfflineAgent
(ThreadEntity threadFromRequest, AgentEntity agent, QueueMemberEntity queueMemberEntity) private MessageProtobuf
AgentCsThreadCreationStrategy.handleQueuedAgent
(ThreadEntity threadFromRequest, AgentEntity agent, QueueMemberEntity queueMemberEntity) private MessageProtobuf
WorkgroupCsThreadCreationStrategy.handleQueuedWorkgroup
(ThreadEntity threadFromRequest, AgentEntity agent, QueueMemberEntity queueMemberEntity) WorkgroupCsThreadCreationStrategy.routeToRobot
(VisitorRequest request, ThreadEntity threadFromRequest, RobotEntity robot) -
Uses of MessageProtobuf in com.bytedesk.service.unified
Methods in com.bytedesk.service.unified that return MessageProtobufModifier and TypeMethodDescriptionUnifiedCsThreadCreationStrategy.createCsThread
(VisitorRequest visitorRequest) UnifiedCsThreadCreationStrategy.createUnifiedCsThread
(VisitorRequest visitorRequest) UnifiedRouting.routeToUnified
(VisitorRequest visitorRequest, UnifiedEntity unified) -
Uses of MessageProtobuf in com.bytedesk.service.utils
Methods in com.bytedesk.service.utils that return MessageProtobufModifier and TypeMethodDescriptionstatic MessageProtobuf
ServiceConvertUtils.convertToMessageProtobuf
(MessageEntity lastMessage, ThreadEntity thread) static MessageProtobuf
ThreadMessageUtil.getAgentThreadQueueMessage
(AgentEntity agent, ThreadEntity thread) static MessageProtobuf
ThreadMessageUtil.getThreadContinueMessage
(UserProtobuf user, ThreadEntity thread) static MessageProtobuf
ThreadMessageUtil.getThreadQueuingMessage
(UserProtobuf user, ThreadEntity thread) static MessageProtobuf
ThreadMessageUtil.getThreadRobotWelcomeMessage
(RobotEntity robot, ThreadEntity thread) static MessageProtobuf
ThreadMessageUtil.getThreadUnifiedWelcomeMessage
(ThreadEntity thread) static MessageProtobuf
ThreadMessageUtil.getThreadWelcomeMessage
(AgentEntity agent, ThreadEntity thread) -
Uses of MessageProtobuf in com.bytedesk.service.visitor
Methods in com.bytedesk.service.visitor that return MessageProtobuf -
Uses of MessageProtobuf in com.bytedesk.starter.controller
Methods in com.bytedesk.starter.controller that return MessageProtobuf -
Uses of MessageProtobuf in com.bytedesk.wechat.mini
Methods in com.bytedesk.wechat.mini that return MessageProtobufModifier and TypeMethodDescriptionWeChatMiniMessageService.createMessageProtobuf
(WeChatMiniEntity mpEntity, ThreadProtobuf threadProtobuf, WeChatMiniUserEntity visitor, cn.binarywang.wx.miniapp.bean.WxMaMessage xmlMessage) WeChatMiniThreadService.requestThread
(WeChatMiniEntity mpEntity, WeChatMiniUserEntity visitorEntity) -
Uses of MessageProtobuf in com.bytedesk.wechat.mp
Methods in com.bytedesk.wechat.mp that return MessageProtobufModifier and TypeMethodDescriptionWeChatMpMessageService.createMessageProtobuf
(WeChatMpEntity mpEntity, ThreadProtobuf threadProtobuf, WeChatMpUserEntity visitor, me.chanjar.weixin.mp.bean.message.WxMpXmlMessage xmlMessage) WeChatMpThreadService.requestThread
(WeChatMpEntity mpEntity, WeChatMpUserEntity visitorEntity)