Uses of Class
com.bytedesk.core.thread.ThreadProtobuf
Packages that use ThreadProtobuf
Package
Description
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_message
Methods in com.bytedesk.ai.robot_message with parameters of type ThreadProtobufModifier and TypeMethodDescriptionstatic MessageProtobuf
RobotMessageUtils.createRobotMessage
(ThreadProtobuf thread, 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
AutoReplyEventListener.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.thread
Methods in com.bytedesk.core.thread that return ThreadProtobufModifier and TypeMethodDescriptionstatic ThreadProtobuf
static 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
ThreadInviteNotice.thread
private 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
ThreadTransferNotice.thread
private ThreadProtobuf
ThreadTransferRequest.thread
private ThreadProtobuf
ThreadTransferResponse.thread
-
Uses of ThreadProtobuf in com.bytedesk.wechat.work.kefu.message
Methods in com.bytedesk.wechat.work.kefu.message with parameters of type ThreadProtobufModifier and TypeMethodDescriptionWeChatWorkMessageApiService.sendMsgmenuMessage
(WeChatWorkMessageResponse.WeChatWorkMessage message, ThreadProtobuf thread, String corpId, String appSecret, String content) 发送菜单消息给企业微信客户private void
WeChatWorkMessageApiService.sendSessionMessage
(WeChatWorkMessageResponse.WeChatWorkMessage message, ThreadProtobuf thread, String corpId, String appSecret, String content) 发送会话消息WeChatWorkMessageApiService.sendTextMessage
(WeChatWorkMessageResponse.WeChatWorkMessage message, ThreadProtobuf thread, String corpId, String appSecret, String content) 发送文本消息给企业微信客户private void
WeChatWorkMessageApiService.sendToCustomerService
(WeChatWorkMessageResponse.WeChatWorkMessage message, VisitorResponse visitor, ThreadProtobuf thread, String workgroupUid, String orgUid) 将企业微信客服消息发送到客服系统 -
Uses of ThreadProtobuf in com.bytedesk.wechat.work.kefu.session
Fields in com.bytedesk.wechat.work.kefu.session declared as ThreadProtobufModifier and TypeFieldDescriptionprivate ThreadProtobuf
WeChatWorkSessionRequest.thread
会话线程对象,用于发送系统通知