Uses of Class
com.bytedesk.ai.robot.RobotRestService
Packages that use RobotRestService
Package
Description
Robot package contains classes for managing AI robots/agents.
评价服务包
管理客服会话的评价功能
-
Uses of RobotRestService in com.bytedesk.ai.robot
Fields in com.bytedesk.ai.robot declared as RobotRestServiceModifier and TypeFieldDescriptionprivate final RobotRestService
RobotEventListener.robotRestService
private final RobotRestService
RobotRunner.robotRestService
private final RobotRestService
RobotService.robotRestService
private final RobotRestService
RobotInitializer.robotService
private final RobotRestService
RobotRestController.robotService
-
Uses of RobotRestService in com.bytedesk.ai.springai.base
Fields in com.bytedesk.ai.springai.base declared as RobotRestServiceModifier and TypeFieldDescriptionprotected final RobotRestService
BaseSpringAIService.robotRestService
Constructors in com.bytedesk.ai.springai.base with parameters of type RobotRestServiceModifierConstructorDescriptionprotected
BaseSpringAIService
(Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of RobotRestService in com.bytedesk.ai.springai.dashscope
Constructors in com.bytedesk.ai.springai.dashscope with parameters of type RobotRestServiceModifierConstructorDescriptionSpringAIDashscopeService
(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 RobotRestService in com.bytedesk.ai.springai.deepseek
Constructors in com.bytedesk.ai.springai.deepseek with parameters of type RobotRestServiceModifierConstructorDescriptionSpringAIDeepseekService
(Optional<org.springframework.ai.openai.OpenAiChatModel> deepSeekChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of RobotRestService in com.bytedesk.ai.springai.gitee
Constructors in com.bytedesk.ai.springai.gitee with parameters of type RobotRestServiceModifierConstructorDescriptionSpringAIGiteeService
(Optional<org.springframework.ai.openai.OpenAiChatModel> giteeChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of RobotRestService in com.bytedesk.ai.springai.ollama
Constructors in com.bytedesk.ai.springai.ollama with parameters of type RobotRestServiceModifierConstructorDescriptionSpringAIOllamaService
(Optional<org.springframework.ai.ollama.OllamaChatModel> bytedeskOllamaChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of RobotRestService in com.bytedesk.ai.springai.siliconflow
Constructors in com.bytedesk.ai.springai.siliconflow with parameters of type RobotRestServiceModifierConstructorDescriptionSpringAISiliconFlowService
(Optional<org.springframework.ai.openai.OpenAiChatModel> siliconFlowChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of RobotRestService in com.bytedesk.ai.springai.zhipuai
Constructors in com.bytedesk.ai.springai.zhipuai with parameters of type RobotRestServiceModifierConstructorDescriptionSpringAIZhipuaiService
(org.springframework.ai.zhipuai.ZhiPuAiChatModel bytedeskZhipuaiChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of RobotRestService in com.bytedesk.service.settings
Fields in com.bytedesk.service.settings declared as RobotRestServiceModifier and TypeFieldDescriptionprivate final RobotRestService
ServiceSettingsService.robotService
-
Uses of RobotRestService in com.bytedesk.service.strategy
Fields in com.bytedesk.service.strategy declared as RobotRestServiceModifier and TypeFieldDescriptionprivate final RobotRestService
RobotCsThreadCreationStrategy.robotRestService
private final RobotRestService
WorkgroupCsThreadCreationStrategy.robotRestService
private final RobotRestService
RobotCsThreadCreationStrategy.robotService
-
Uses of RobotRestService in com.bytedesk.service.thread_rating
Fields in com.bytedesk.service.thread_rating declared as RobotRestServiceModifier and TypeFieldDescriptionprivate final RobotRestService
ThreadRatingEventListener.robotRestService
-
Uses of RobotRestService in com.bytedesk.service.visitor_thread
Fields in com.bytedesk.service.visitor_thread declared as RobotRestServiceModifier and TypeFieldDescriptionprivate final RobotRestService
VisitorThreadEventListener.robotRestService