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 ThreadRestServiceRobotRestService.threadRestServiceprivate final ThreadRestServiceRobotService.threadRestService -
Uses of ThreadRestService in com.bytedesk.ai.springai.service
Fields in com.bytedesk.ai.springai.service declared as ThreadRestServiceModifier and TypeFieldDescriptionprotected ThreadRestServiceBaseSpringAIService.threadRestService -
Uses of ThreadRestService in com.bytedesk.core.assistant
Fields in com.bytedesk.core.assistant declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceAssistantEventListener.threadRestService -
Uses of ThreadRestService in com.bytedesk.core.email_message
Fields in com.bytedesk.core.email_message declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceEmailMessageEventListener.threadRestService -
Uses of ThreadRestService in com.bytedesk.core.group
Fields in com.bytedesk.core.group declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceGroupEventListener.threadRestServiceprivate final ThreadRestServiceGroupRestService.threadRestService -
Uses of ThreadRestService in com.bytedesk.core.member
Fields in com.bytedesk.core.member declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceMemberRestService.threadRestService -
Uses of ThreadRestService in com.bytedesk.core.message
Fields in com.bytedesk.core.message declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceMessagePersistService.threadRestService -
Uses of ThreadRestService in com.bytedesk.core.message_unread
Fields in com.bytedesk.core.message_unread declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceMessageUnreadRestService.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 ThreadRestServiceNoticeAccountEventListener.threadRestService -
Uses of ThreadRestService in com.bytedesk.core.thread
Fields in com.bytedesk.core.thread declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceThreadRestController.threadRestService -
Uses of ThreadRestService in com.bytedesk.core.topic
Fields in com.bytedesk.core.topic declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceTopicEventListener.threadRestService -
Uses of ThreadRestService in com.bytedesk.kbase.llm_faq
Fields in com.bytedesk.kbase.llm_faq declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceFaqRestService.threadRestService -
Uses of ThreadRestService in com.bytedesk.service.agent
Fields in com.bytedesk.service.agent declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceAgentRestService.threadRestService -
Uses of ThreadRestService in com.bytedesk.service.message_leave
Fields in com.bytedesk.service.message_leave declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceMessageLeaveRestService.threadRestService -
Uses of ThreadRestService in com.bytedesk.service.queue
Fields in com.bytedesk.service.queue declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceQueueRestService.threadRestService -
Uses of ThreadRestService in com.bytedesk.service.queue_member
Fields in com.bytedesk.service.queue_member declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceQueueMemberEventListener.threadRestService -
Uses of ThreadRestService in com.bytedesk.service.routing_strategy
Fields in com.bytedesk.service.routing_strategy declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceAgentThreadRoutingStrategy.threadRestServiceprivate final ThreadRestServiceRobotThreadRoutingStrategy.threadRestServiceprivate final ThreadRestServiceWorkflowThreadRoutingStrategy.threadRestServiceprivate final ThreadRestServiceWorkgroupThreadRoutingStrategy.threadRestServiceMethods in com.bytedesk.service.routing_strategy that return ThreadRestServiceModifier and TypeMethodDescriptionprotected abstract ThreadRestServiceAbstractThreadRoutingStrategy.getThreadRestService()获取线程服务实例 由具体实现类提供protected ThreadRestServiceAgentThreadRoutingStrategy.getThreadRestService()protected ThreadRestServiceRobotThreadRoutingStrategy.getThreadRestService()protected ThreadRestServiceWorkflowThreadRoutingStrategy.getThreadRestService()protected ThreadRestServiceWorkgroupThreadRoutingStrategy.getThreadRestService() -
Uses of ThreadRestService in com.bytedesk.service.thread_invite
Fields in com.bytedesk.service.thread_invite declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceThreadInviteRestService.threadRestService -
Uses of ThreadRestService in com.bytedesk.service.thread_rating
Fields in com.bytedesk.service.thread_rating declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceThreadRatingRestService.threadRestService -
Uses of ThreadRestService in com.bytedesk.service.thread_summary
Fields in com.bytedesk.service.thread_summary declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceThreadSummaryRestService.threadRestService -
Uses of ThreadRestService in com.bytedesk.service.thread_transfer
Fields in com.bytedesk.service.thread_transfer declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceThreadTransferRestService.threadRestServiceprivate final ThreadRestServiceThreadTransferService.threadRestService -
Uses of ThreadRestService in com.bytedesk.service.unified
Fields in com.bytedesk.service.unified declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceUnifiedRestService.threadRestServiceprivate final ThreadRestServiceUnifiedThreadRoutingStrategy.threadRestServiceMethods in com.bytedesk.service.unified that return ThreadRestServiceModifier and TypeMethodDescriptionprotected ThreadRestServiceUnifiedThreadRoutingStrategy.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 ThreadRestServiceVisitorRatingRestService.threadRestService -
Uses of ThreadRestService in com.bytedesk.service.visitor_thread
Fields in com.bytedesk.service.visitor_thread declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceVisitorThreadEventListener.threadRestServiceprivate final ThreadRestServiceVisitorThreadService.threadRestService -
Uses of ThreadRestService in com.bytedesk.service.workgroup
Fields in com.bytedesk.service.workgroup declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceWorkgroupRoutingService.threadRestService -
Uses of ThreadRestService in com.bytedesk.social.line
Fields in com.bytedesk.social.line declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceLineEventListener.threadRestService -
Uses of ThreadRestService in com.bytedesk.social.meta
Fields in com.bytedesk.social.meta declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceMetaAppEventListener.threadRestService -
Uses of ThreadRestService in com.bytedesk.social.telegram
Fields in com.bytedesk.social.telegram declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceTelegramEventListener.threadRestService -
Uses of ThreadRestService in com.bytedesk.social.whatsapp
Fields in com.bytedesk.social.whatsapp declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceWhatsAppEventListener.threadRestService -
Uses of ThreadRestService in com.bytedesk.social.whatsapp.ycloud
Fields in com.bytedesk.social.whatsapp.ycloud declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceYCloudMessageService.threadRestService -
Uses of ThreadRestService in com.bytedesk.ticket.thread
Fields in com.bytedesk.ticket.thread declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceThreadProcessService.threadRestService -
Uses of ThreadRestService in com.bytedesk.ticket.ticket
Fields in com.bytedesk.ticket.ticket declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceTicketEventListener.threadRestServiceprivate final ThreadRestServiceTicketRestService.threadRestServiceprivate final ThreadRestServiceTicketService.threadRestService -
Uses of ThreadRestService in com.bytedesk.wechat.work
Fields in com.bytedesk.wechat.work declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestServiceWeChatWorkEventListener.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 ThreadRestServiceWeChatWorkMessageApiService.threadRestService