Uses of Class
com.bytedesk.core.thread.ThreadProtobuf
Packages that use ThreadProtobuf
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
Thread package containing thread models and handlers
Utility classes package containing helper methods and common functionality
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
会话转接包
处理会话转接相关功能
-
Uses of ThreadProtobuf in com.bytedesk.ai.robot
Methods in com.bytedesk.ai.robot with parameters of type ThreadProtobufModifier and TypeMethodDescriptionprivate void
RobotService.processRobotThreadWebsocketMessage
(String query, String threadTopic, ThreadProtobuf threadProtobuf, MessageProtobuf messageProtobuf) -
Uses of ThreadProtobuf in com.bytedesk.ai.robot_message
Methods in com.bytedesk.ai.robot_message with parameters of type ThreadProtobufModifier and TypeMethodDescriptionstatic MessageProtobuf
RobotMessageUtils.createRobotMessage
(ThreadEntity thread, ThreadProtobuf threadProtobuf, RobotProtobuf robot, MessageProtobuf messageProtobuf) -
Uses of ThreadProtobuf in com.bytedesk.core.auto_reply
Methods in com.bytedesk.core.auto_reply with parameters of type ThreadProtobufModifier and TypeMethodDescriptionprivate void
AutoReplyMessageEventListener.autoReply
(String agentUid, MessageTypeEnum messageType, String query, ThreadProtobuf thread) -
Uses of ThreadProtobuf in com.bytedesk.core.message
Fields in com.bytedesk.core.message declared as ThreadProtobufMethods in com.bytedesk.core.message with parameters of type ThreadProtobufModifier and TypeMethodDescriptionstatic MessageProtobuf
MessageUtils.createNoticeMessage
(String messageUid, ThreadProtobuf threadProtobuf, String orgUid, String content) -
Uses of ThreadProtobuf in com.bytedesk.core.notice.extra
Fields in com.bytedesk.core.notice.extra declared as ThreadProtobufModifier and TypeFieldDescriptionprivate ThreadProtobuf
NoticeExtraInvite.thread
private ThreadProtobuf
NoticeExtraMonitor.thread
private ThreadProtobuf
NoticeExtraTransfer.thread
-
Uses of ThreadProtobuf in com.bytedesk.core.thread
Methods in com.bytedesk.core.thread that return ThreadProtobufModifier and TypeMethodDescriptionstatic ThreadProtobuf
ThreadUtils.getThreadProtobuf
(String topic, ThreadTypeEnum type, UserProtobuf user) ThreadEntity.toProtobuf()
-
Uses of ThreadProtobuf in com.bytedesk.core.utils
Methods in com.bytedesk.core.utils that return ThreadProtobufModifier and TypeMethodDescriptionstatic ThreadProtobuf
ConvertUtils.convertToThreadProtobuf
(ThreadEntity thread) -
Uses of ThreadProtobuf in com.bytedesk.service.thread_invite
Fields in com.bytedesk.service.thread_invite declared as ThreadProtobufModifier and TypeFieldDescriptionprivate ThreadProtobuf
ThreadInviteRequest.thread
private ThreadProtobuf
ThreadInviteResponse.thread
-
Uses of ThreadProtobuf in com.bytedesk.service.thread_transfer
Fields in com.bytedesk.service.thread_transfer declared as ThreadProtobufModifier and TypeFieldDescriptionprivate ThreadProtobuf
ThreadTransferRequest.thread
private ThreadProtobuf
ThreadTransferResponse.thread
-
Uses of ThreadProtobuf in com.bytedesk.wechat.mini
Methods in com.bytedesk.wechat.mini with parameters of type ThreadProtobufModifier and TypeMethodDescriptionWeChatMiniMessageService.createMessageProtobuf
(WeChatMiniEntity mpEntity, ThreadProtobuf threadProtobuf, WeChatMiniUserEntity visitor, cn.binarywang.wx.miniapp.bean.WxMaMessage xmlMessage) -
Uses of ThreadProtobuf in com.bytedesk.wechat.mp
Methods in com.bytedesk.wechat.mp with parameters of type ThreadProtobufModifier and TypeMethodDescriptionWeChatMpMessageService.createMessageProtobuf
(WeChatMpEntity mpEntity, ThreadProtobuf threadProtobuf, WeChatMpUserEntity visitor, me.chanjar.weixin.mp.bean.message.WxMpXmlMessage xmlMessage)