Uses of Interface
com.bytedesk.core.message.IMessageSendService
Packages that use IMessageSendService
Package
Description
Robot package contains classes for managing AI robots/agents.
Message handling package containing message models and processors
评价服务包
管理客服会话的评价功能
-
Uses of IMessageSendService in com.bytedesk.ai.robot
Fields in com.bytedesk.ai.robot declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate final IMessageSendService
RobotService.messageSendService
-
Uses of IMessageSendService in com.bytedesk.ai.springai.base
Fields in com.bytedesk.ai.springai.base declared as IMessageSendServiceModifier and TypeFieldDescriptionprotected final IMessageSendService
BaseSpringAIService.messageSendService
Constructors in com.bytedesk.ai.springai.base with parameters of type IMessageSendServiceModifierConstructorDescriptionprotected
BaseSpringAIService
(Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of IMessageSendService in com.bytedesk.ai.springai.dashscope
Constructors in com.bytedesk.ai.springai.dashscope with parameters of type IMessageSendServiceModifierConstructorDescriptionSpringAIDashscopeService
(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 IMessageSendService in com.bytedesk.ai.springai.deepseek
Constructors in com.bytedesk.ai.springai.deepseek with parameters of type IMessageSendServiceModifierConstructorDescriptionSpringAIDeepseekService
(Optional<org.springframework.ai.openai.OpenAiChatModel> deepSeekChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of IMessageSendService in com.bytedesk.ai.springai.gitee
Constructors in com.bytedesk.ai.springai.gitee with parameters of type IMessageSendServiceModifierConstructorDescriptionSpringAIGiteeService
(Optional<org.springframework.ai.openai.OpenAiChatModel> giteeChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of IMessageSendService in com.bytedesk.ai.springai.ollama
Fields in com.bytedesk.ai.springai.ollama declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate final IMessageSendService
SpringAIOllamaService.messageSendService
Constructors in com.bytedesk.ai.springai.ollama with parameters of type IMessageSendServiceModifierConstructorDescriptionSpringAIOllamaService
(Optional<org.springframework.ai.ollama.OllamaChatModel> bytedeskOllamaChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of IMessageSendService in com.bytedesk.ai.springai.siliconflow
Constructors in com.bytedesk.ai.springai.siliconflow with parameters of type IMessageSendServiceModifierConstructorDescriptionSpringAISiliconFlowService
(Optional<org.springframework.ai.openai.OpenAiChatModel> siliconFlowChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of IMessageSendService in com.bytedesk.ai.springai.zhipuai
Constructors in com.bytedesk.ai.springai.zhipuai with parameters of type IMessageSendServiceModifierConstructorDescriptionSpringAIZhipuaiService
(org.springframework.ai.zhipuai.ZhiPuAiChatModel bytedeskZhipuaiChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of IMessageSendService in com.bytedesk.core.auto_reply
Fields in com.bytedesk.core.auto_reply declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate final IMessageSendService
AutoReplyMessageEventListener.messageSendService
-
Uses of IMessageSendService in com.bytedesk.core.message
Classes in com.bytedesk.core.message that implement IMessageSendServiceFields in com.bytedesk.core.message declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate final IMessageSendService
MessageRestController.messageSendService
-
Uses of IMessageSendService in com.bytedesk.core.notice
Fields in com.bytedesk.core.notice declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate final IMessageSendService
NoticeService.messageSendService
-
Uses of IMessageSendService in com.bytedesk.core.redis.pubsub
Fields in com.bytedesk.core.redis.pubsub declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate final IMessageSendService
RedisPubsubStringListener.messageSendService
-
Uses of IMessageSendService in com.bytedesk.core.socket.mqtt.protocol
Fields in com.bytedesk.core.socket.mqtt.protocol declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate IMessageSendService
ProtocolProcess.messageSendService
private final IMessageSendService
Publish.messageSendService
-
Uses of IMessageSendService in com.bytedesk.core.socket.stomp
Fields in com.bytedesk.core.socket.stomp declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate final IMessageSendService
StompController.messageSendService
-
Uses of IMessageSendService in com.bytedesk.service.agent
Fields in com.bytedesk.service.agent declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate final IMessageSendService
AgentEventListener.messageSendService
-
Uses of IMessageSendService in com.bytedesk.service.strategy
Fields in com.bytedesk.service.strategy declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate final IMessageSendService
AgentCsThreadCreationStrategy.messageSendService
private final IMessageSendService
WorkgroupCsThreadCreationStrategy.messageSendService
-
Uses of IMessageSendService in com.bytedesk.service.thread_rating
Fields in com.bytedesk.service.thread_rating declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate final IMessageSendService
ThreadRatingEventListener.messageSendService
-
Uses of IMessageSendService in com.bytedesk.service.visitor
Fields in com.bytedesk.service.visitor declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate final IMessageSendService
VisitorRestControllerAnonymous.messageSendService
-
Uses of IMessageSendService in com.bytedesk.service.visitor_thread
Fields in com.bytedesk.service.visitor_thread declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate final IMessageSendService
VisitorThreadEventListener.messageSendService
-
Uses of IMessageSendService in com.bytedesk.wechat.mini
Fields in com.bytedesk.wechat.mini declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate final IMessageSendService
WeChatMiniMessageService.messageSendService
-
Uses of IMessageSendService in com.bytedesk.wechat.mp
Fields in com.bytedesk.wechat.mp declared as IMessageSendServiceModifier and TypeFieldDescriptionprivate final IMessageSendService
WeChatMpMessageService.messageSendService