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
Thread package containing thread models and handlers
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
评价服务包
管理客服会话的评价功能
会话转接包
处理会话转接相关功能
工单核心模块
包含工单实体、仓库、服务等基础组件
-
Uses of ThreadRestService in com.bytedesk.ai.robot
Fields in com.bytedesk.ai.robot declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
RobotService.threadRestService
private final ThreadRestService
RobotRestService.threadService
-
Uses of ThreadRestService in com.bytedesk.ai.springai.base
Fields in com.bytedesk.ai.springai.base declared as ThreadRestServiceModifier and TypeFieldDescriptionprotected final ThreadRestService
BaseSpringAIService.threadRestService
Constructors in com.bytedesk.ai.springai.base with parameters of type ThreadRestServiceModifierConstructorDescriptionprotected
BaseSpringAIService
(Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of ThreadRestService in com.bytedesk.ai.springai.dashscope
Constructors in com.bytedesk.ai.springai.dashscope with parameters of type ThreadRestServiceModifierConstructorDescriptionSpringAIDashscopeService
(org.springframework.ai.chat.client.ChatClient bytedeskDashScopeChatClient, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, io.micrometer.core.instrument.MeterRegistry registry, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of ThreadRestService in com.bytedesk.ai.springai.deepseek
Constructors in com.bytedesk.ai.springai.deepseek with parameters of type ThreadRestServiceModifierConstructorDescriptionSpringAIDeepseekService
(Optional<org.springframework.ai.openai.OpenAiChatModel> deepSeekChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of ThreadRestService in com.bytedesk.ai.springai.gitee
Constructors in com.bytedesk.ai.springai.gitee with parameters of type ThreadRestServiceModifierConstructorDescriptionSpringAIGiteeService
(Optional<org.springframework.ai.openai.OpenAiChatModel> giteeChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of ThreadRestService in com.bytedesk.ai.springai.ollama
Constructors in com.bytedesk.ai.springai.ollama with parameters of type ThreadRestServiceModifierConstructorDescriptionSpringAIOllamaService
(Optional<org.springframework.ai.ollama.OllamaChatModel> bytedeskOllamaChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of ThreadRestService in com.bytedesk.ai.springai.siliconflow
Constructors in com.bytedesk.ai.springai.siliconflow with parameters of type ThreadRestServiceModifierConstructorDescriptionSpringAISiliconFlowService
(Optional<org.springframework.ai.openai.OpenAiChatModel> siliconFlowChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of ThreadRestService in com.bytedesk.ai.springai.zhipuai
Constructors in com.bytedesk.ai.springai.zhipuai with parameters of type ThreadRestServiceModifierConstructorDescriptionSpringAIZhipuaiService
(org.springframework.ai.zhipuai.ZhiPuAiChatModel bytedeskZhipuaiChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of ThreadRestService in com.bytedesk.core.assistant
Fields in com.bytedesk.core.assistant declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
AssistantEventListener.threadService
-
Uses of ThreadRestService in com.bytedesk.core.channel
Fields in com.bytedesk.core.channel declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
ChannelEventListener.threadService
-
Uses of ThreadRestService in com.bytedesk.core.notice
Fields in com.bytedesk.core.notice declared as ThreadRestService -
Uses of ThreadRestService in com.bytedesk.core.thread
Fields in com.bytedesk.core.thread declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
ThreadRestController.threadService
-
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.strategy
Fields in com.bytedesk.service.strategy declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
AgentCsThreadCreationStrategy.threadService
private final ThreadRestService
RobotCsThreadCreationStrategy.threadService
private final ThreadRestService
WorkgroupCsThreadCreationStrategy.threadService
-
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
ThreadTransferRestService.threadService
-
Uses of ThreadRestService in com.bytedesk.service.unified
Fields in com.bytedesk.service.unified declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
UnifiedCsThreadCreationStrategy.threadRestService
private final ThreadRestService
UnifiedRestService.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.team.group
Fields in com.bytedesk.team.group declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
GroupEventListener.threadService
-
Uses of ThreadRestService in com.bytedesk.team.member
Fields in com.bytedesk.team.member declared as 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.mini
Fields in com.bytedesk.wechat.mini declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
WeChatMiniEventListener.threadService
-
Uses of ThreadRestService in com.bytedesk.wechat.mp
Fields in com.bytedesk.wechat.mp declared as ThreadRestServiceModifier and TypeFieldDescriptionprivate final ThreadRestService
WeChatMpEventListener.threadService