Uses of Class
com.bytedesk.core.thread.ThreadRestService
Packages that use ThreadRestService
Package
Description
Robot package contains classes for managing AI robots/agents.
Assistant package containing assistant related implementations
Message handling package containing message models and processors
类似公众号
Thread package containing thread models and handlers
队列成员包
管理客服系统的排队和会话分配
评价服务包
管理客服会话的评价功能
会话转接包
处理会话转接相关功能
工作组服务包
管理客服工作组相关功能
工单核心模块
包含工单实体、仓库、服务等基础组件
-
Uses of ThreadRestService in com.bytedesk.ai.robot
Fields in com.bytedesk.ai.robot declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
RobotRestService.threadRestService
private final ThreadRestService
RobotService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.ai.springai.service
Fields in com.bytedesk.ai.springai.service declared as ThreadRestServiceModifier and TypeFieldDescriptionprotected ThreadRestService
BaseSpringAIService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.core.assistant
Fields in com.bytedesk.core.assistant declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
AssistantEventListener.threadRestService
-
Uses of ThreadRestService in com.bytedesk.core.email_message
Fields in com.bytedesk.core.email_message declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
EmailMessageEventListener.threadRestService
-
Uses of ThreadRestService in com.bytedesk.core.group
Fields in com.bytedesk.core.group declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
GroupEventListener.threadRestService
private final ThreadRestService
GroupRestService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.core.member
Fields in com.bytedesk.core.member declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
MemberRestService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.core.message
Fields in com.bytedesk.core.message declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
MessagePersistService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.core.message_unread
Fields in com.bytedesk.core.message_unread declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
MessageUnreadRestService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.core.notice
Fields in com.bytedesk.core.notice declared as ThreadRestService -
Uses of ThreadRestService in com.bytedesk.core.notice_account
Fields in com.bytedesk.core.notice_account declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
NoticeAccountEventListener.threadRestService
-
Uses of ThreadRestService in com.bytedesk.core.thread
Fields in com.bytedesk.core.thread declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
ThreadRestController.threadRestService
-
Uses of ThreadRestService in com.bytedesk.core.topic
Fields in com.bytedesk.core.topic declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
TopicEventListener.threadRestService
-
Uses of ThreadRestService in com.bytedesk.kbase.llm_faq
Fields in com.bytedesk.kbase.llm_faq declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
FaqRestService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.service.agent
Fields in com.bytedesk.service.agent declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
AgentRestService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.service.message_leave
Fields in com.bytedesk.service.message_leave declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
MessageLeaveRestService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.service.queue
Fields in com.bytedesk.service.queue declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
QueueRestService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.service.queue_member
Fields in com.bytedesk.service.queue_member declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
QueueMemberEventListener.threadRestService
-
Uses of ThreadRestService in com.bytedesk.service.routing_strategy
Fields in com.bytedesk.service.routing_strategy declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
AgentThreadRoutingStrategy.threadRestService
private final ThreadRestService
RobotThreadRoutingStrategy.threadRestService
private final ThreadRestService
WorkflowThreadRoutingStrategy.threadRestService
private final ThreadRestService
WorkgroupThreadRoutingStrategy.threadRestService
Methods in com.bytedesk.service.routing_strategy that return ThreadRestServiceModifier and TypeMethodDescriptionprotected abstract ThreadRestService
AbstractThreadRoutingStrategy.getThreadRestService()
获取线程服务实例 由具体实现类提供protected ThreadRestService
AgentThreadRoutingStrategy.getThreadRestService()
protected ThreadRestService
RobotThreadRoutingStrategy.getThreadRestService()
protected ThreadRestService
WorkflowThreadRoutingStrategy.getThreadRestService()
protected ThreadRestService
WorkgroupThreadRoutingStrategy.getThreadRestService()
-
Uses of ThreadRestService in com.bytedesk.service.thread_invite
Fields in com.bytedesk.service.thread_invite declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
ThreadInviteRestService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.service.thread_rating
Fields in com.bytedesk.service.thread_rating declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
ThreadRatingRestService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.service.thread_summary
Fields in com.bytedesk.service.thread_summary declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
ThreadSummaryRestService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.service.thread_transfer
Fields in com.bytedesk.service.thread_transfer declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
ThreadTransferRestService.threadRestService
private final ThreadRestService
ThreadTransferService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.service.unified
Fields in com.bytedesk.service.unified declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
UnifiedRestService.threadRestService
private final ThreadRestService
UnifiedThreadRoutingStrategy.threadRestService
Methods in com.bytedesk.service.unified that return ThreadRestServiceModifier and TypeMethodDescriptionprotected ThreadRestService
UnifiedThreadRoutingStrategy.getThreadRestService()
Constructors in com.bytedesk.service.unified with parameters of type ThreadRestServiceModifierConstructorDescriptionUnifiedThreadRoutingStrategy
(UnifiedRestService unifiedRestService, ThreadRestService threadRestService) -
Uses of ThreadRestService in com.bytedesk.service.visitor_rating
Fields in com.bytedesk.service.visitor_rating declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
VisitorRatingRestService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.service.visitor_thread
Fields in com.bytedesk.service.visitor_thread declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
VisitorThreadEventListener.threadRestService
private final ThreadRestService
VisitorThreadService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.service.workgroup
Fields in com.bytedesk.service.workgroup declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
WorkgroupRoutingService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.social.line
Fields in com.bytedesk.social.line declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
LineEventListener.threadRestService
-
Uses of ThreadRestService in com.bytedesk.social.meta
Fields in com.bytedesk.social.meta declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
MetaAppEventListener.threadRestService
-
Uses of ThreadRestService in com.bytedesk.social.telegram
Fields in com.bytedesk.social.telegram declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
TelegramEventListener.threadRestService
-
Uses of ThreadRestService in com.bytedesk.social.whatsapp
Fields in com.bytedesk.social.whatsapp declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
WhatsAppEventListener.threadRestService
-
Uses of ThreadRestService in com.bytedesk.social.whatsapp.ycloud
Fields in com.bytedesk.social.whatsapp.ycloud declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
YCloudMessageService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.ticket.thread
Fields in com.bytedesk.ticket.thread declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
ThreadProcessService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.ticket.ticket
Fields in com.bytedesk.ticket.ticket declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
TicketEventListener.threadRestService
private final ThreadRestService
TicketRestService.threadRestService
private final ThreadRestService
TicketService.threadRestService
-
Uses of ThreadRestService in com.bytedesk.wechat.work
Fields in com.bytedesk.wechat.work declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
WeChatWorkEventListener.threadRestService
-
Uses of ThreadRestService in com.bytedesk.wechat.work.kefu.message
Fields in com.bytedesk.wechat.work.kefu.message declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
WeChatWorkMessageApiService.threadRestService