Uses of Class
com.bytedesk.core.uid.UidUtils
Packages that use UidUtils
Package
Description
Model package contains data models and entities used across the AI module.
Provider package contains implementations for various AI service providers.
Robot package contains classes for managing AI robots/agents.
Statistics package contains classes for AI-related data analytics and metrics.
Assistant package containing assistant related implementations
ByteDesk 收藏夹管理包
提供收藏夹的CRUD、搜索等功能
Quartz package containing scheduled job definitions and handlers
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
Thread package containing thread models and handlers
ByteDesk 文件上传包
提供文件上传、存储管理等功能
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
ByteDesk 文章管理包
提供文章的CRUD、搜索等功能
ByteDesk 文章管理包
提供文章的CRUD、搜索等功能
ByteDesk 固定自动回复管理包
提供固定自动回复的CRUD、搜索等功能
ByteDesk 关键词自动回复管理包
提供关键词自动回复的CRUD、搜索等功能
ByteDesk 评论管理包
提供评论的CRUD、搜索等功能
ByteDesk 文档分割包
提供文档分割、向量化等功能
客服状态日志包
记录和管理客服状态变更
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
队列成员包
管理客服系统的排队和会话分配
Customer Service Statistics Package
Provides comprehensive statistical functionalities for the customer service system, including:
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
评价服务包
管理客服会话的评价功能
会话转接包
处理会话转接相关功能
工作组服务包
管理客服工作组相关功能
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
工单统计模块
提供工单数据统计、分析功能
工单核心模块
包含工单实体、仓库、服务等基础组件
-
Uses of UidUtils in com.bytedesk.ai.model
Fields in com.bytedesk.ai.model declared as UidUtils -
Uses of UidUtils in com.bytedesk.ai.provider
Fields in com.bytedesk.ai.provider declared as UidUtils -
Uses of UidUtils in com.bytedesk.ai.robot
Fields in com.bytedesk.ai.robot declared as UidUtils -
Uses of UidUtils in com.bytedesk.ai.springai.base
Fields in com.bytedesk.ai.springai.base declared as UidUtilsConstructors in com.bytedesk.ai.springai.base with parameters of type UidUtilsModifierConstructorDescriptionprotected
BaseSpringAIService
(Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of UidUtils in com.bytedesk.ai.springai.dashscope
Constructors in com.bytedesk.ai.springai.dashscope with parameters of type UidUtilsModifierConstructorDescriptionSpringAIDashscopeService
(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 UidUtils in com.bytedesk.ai.springai.deepseek
Constructors in com.bytedesk.ai.springai.deepseek with parameters of type UidUtilsModifierConstructorDescriptionSpringAIDeepseekService
(Optional<org.springframework.ai.openai.OpenAiChatModel> deepSeekChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of UidUtils in com.bytedesk.ai.springai.gitee
Constructors in com.bytedesk.ai.springai.gitee with parameters of type UidUtilsModifierConstructorDescriptionSpringAIGiteeService
(Optional<org.springframework.ai.openai.OpenAiChatModel> giteeChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of UidUtils in com.bytedesk.ai.springai.ollama
Constructors in com.bytedesk.ai.springai.ollama with parameters of type UidUtilsModifierConstructorDescriptionSpringAIOllamaService
(Optional<org.springframework.ai.ollama.OllamaChatModel> bytedeskOllamaChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of UidUtils in com.bytedesk.ai.springai.siliconflow
Constructors in com.bytedesk.ai.springai.siliconflow with parameters of type UidUtilsModifierConstructorDescriptionSpringAISiliconFlowService
(Optional<org.springframework.ai.openai.OpenAiChatModel> siliconFlowChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of UidUtils in com.bytedesk.ai.springai.zhipuai
Constructors in com.bytedesk.ai.springai.zhipuai with parameters of type UidUtilsModifierConstructorDescriptionSpringAIZhipuaiService
(org.springframework.ai.zhipuai.ZhiPuAiChatModel bytedeskZhipuaiChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of UidUtils in com.bytedesk.ai.statistic
Fields in com.bytedesk.ai.statistic declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.action
Fields in com.bytedesk.core.action declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.assistant
Fields in com.bytedesk.core.assistant declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.auto_reply
Fields in com.bytedesk.core.auto_reply declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.balance
Fields in com.bytedesk.core.balance declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.black
Fields in com.bytedesk.core.black declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.category
Fields in com.bytedesk.core.category declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.channel
Fields in com.bytedesk.core.channel declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.clipboard
Fields in com.bytedesk.core.clipboard declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.favorite
Fields in com.bytedesk.core.favorite declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.flow
Fields in com.bytedesk.core.flow declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.form
Fields in com.bytedesk.core.form declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.ip
Fields in com.bytedesk.core.ip declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.ip.access
Fields in com.bytedesk.core.ip.access declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.ip.black
Fields in com.bytedesk.core.ip.black declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.ip.white
Fields in com.bytedesk.core.ip.white declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.notice
Fields in com.bytedesk.core.notice declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.push
Fields in com.bytedesk.core.push declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.quartz
Fields in com.bytedesk.core.quartz declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.rbac.authority
Fields in com.bytedesk.core.rbac.authority declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.rbac.organization
Fields in com.bytedesk.core.rbac.organization declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.rbac.role
Fields in com.bytedesk.core.rbac.role declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.rbac.user
Fields in com.bytedesk.core.rbac.user declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.recharge
Fields in com.bytedesk.core.recharge declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.tag
Fields in com.bytedesk.core.tag declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.thread
Fields in com.bytedesk.core.thread declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.topic
Fields in com.bytedesk.core.topic declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.translate
Fields in com.bytedesk.core.translate declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.uid
Fields in com.bytedesk.core.uid declared as UidUtilsMethods in com.bytedesk.core.uid that return UidUtils -
Uses of UidUtils in com.bytedesk.core.upload
Fields in com.bytedesk.core.upload declared as UidUtils -
Uses of UidUtils in com.bytedesk.core.url
Fields in com.bytedesk.core.url declared as UidUtils -
Uses of UidUtils in com.bytedesk.kanban.module
Fields in com.bytedesk.kanban.module declared as UidUtils -
Uses of UidUtils in com.bytedesk.kanban.project
Fields in com.bytedesk.kanban.project declared as UidUtils -
Uses of UidUtils in com.bytedesk.kanban.project_invite
Fields in com.bytedesk.kanban.project_invite declared as UidUtils -
Uses of UidUtils in com.bytedesk.kanban.report
Fields in com.bytedesk.kanban.report declared as UidUtils -
Uses of UidUtils in com.bytedesk.kanban.task
Fields in com.bytedesk.kanban.task declared as UidUtils -
Uses of UidUtils in com.bytedesk.kanban.todo_list
Fields in com.bytedesk.kanban.todo_list declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.article
Fields in com.bytedesk.kbase.article declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.article_archive
Fields in com.bytedesk.kbase.article_archive declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.auto_reply.fixed
Fields in com.bytedesk.kbase.auto_reply.fixed declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.auto_reply.keyword
Fields in com.bytedesk.kbase.auto_reply.keyword declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.comment
Fields in com.bytedesk.kbase.comment declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.faq
Fields in com.bytedesk.kbase.faq declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.file
Fields in com.bytedesk.kbase.file declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.kbase
Fields in com.bytedesk.kbase.kbase declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.kbase_invite
Fields in com.bytedesk.kbase.kbase_invite declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.quick_reply
Fields in com.bytedesk.kbase.quick_reply declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.split
Fields in com.bytedesk.kbase.split declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.taboo
Fields in com.bytedesk.kbase.taboo declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.taboo_message
Fields in com.bytedesk.kbase.taboo_message declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.text
Fields in com.bytedesk.kbase.text declared as UidUtils -
Uses of UidUtils in com.bytedesk.kbase.website
Fields in com.bytedesk.kbase.website declared as UidUtils -
Uses of UidUtils in com.bytedesk.liangshibao.city
Fields in com.bytedesk.liangshibao.city declared as UidUtils -
Uses of UidUtils in com.bytedesk.liangshibao.course
Fields in com.bytedesk.liangshibao.course declared as UidUtils -
Uses of UidUtils in com.bytedesk.liangshibao.media
Fields in com.bytedesk.liangshibao.media declared as UidUtils -
Uses of UidUtils in com.bytedesk.liangshibao.runner
Fields in com.bytedesk.liangshibao.runner declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.agent
Fields in com.bytedesk.service.agent declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.agent_status
Fields in com.bytedesk.service.agent_status declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.browse
Fields in com.bytedesk.service.browse declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.message_feedback
Fields in com.bytedesk.service.message_feedback declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.message_leave
Fields in com.bytedesk.service.message_leave declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.message_parsed
Fields in com.bytedesk.service.message_parsed declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.queue
Fields in com.bytedesk.service.queue declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.queue_member
Fields in com.bytedesk.service.queue_member declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.statistic
Fields in com.bytedesk.service.statistic declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.statistic_report
Fields in com.bytedesk.service.statistic_report declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.statistic_thread
Fields in com.bytedesk.service.statistic_thread declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.thread_invite
Fields in com.bytedesk.service.thread_invite declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.thread_rating
Fields in com.bytedesk.service.thread_rating declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.thread_summary
Fields in com.bytedesk.service.thread_summary declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.thread_transfer
Fields in com.bytedesk.service.thread_transfer declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.unified
Fields in com.bytedesk.service.unified declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.visitor
Fields in com.bytedesk.service.visitor declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.visitor_thread
Fields in com.bytedesk.service.visitor_thread declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.workgroup
Fields in com.bytedesk.service.workgroup declared as UidUtils -
Uses of UidUtils in com.bytedesk.service.worktime
Fields in com.bytedesk.service.worktime declared as UidUtils -
Uses of UidUtils in com.bytedesk.team.department
Fields in com.bytedesk.team.department declared as UidUtils -
Uses of UidUtils in com.bytedesk.team.group
Fields in com.bytedesk.team.group declared as UidUtils -
Uses of UidUtils in com.bytedesk.team.group_invite
Fields in com.bytedesk.team.group_invite declared as UidUtils -
Uses of UidUtils in com.bytedesk.team.member
Fields in com.bytedesk.team.member declared as UidUtils -
Uses of UidUtils in com.bytedesk.ticket.process
Fields in com.bytedesk.ticket.process declared as UidUtils -
Uses of UidUtils in com.bytedesk.ticket.statistic
Fields in com.bytedesk.ticket.statistic declared as UidUtils -
Uses of UidUtils in com.bytedesk.ticket.ticket
Fields in com.bytedesk.ticket.ticket declared as UidUtils -
Uses of UidUtils in com.bytedesk.wechat.mini
Fields in com.bytedesk.wechat.mini declared as UidUtils -
Uses of UidUtils in com.bytedesk.wechat.mini.user
Fields in com.bytedesk.wechat.mini.user declared as UidUtils -
Uses of UidUtils in com.bytedesk.wechat.mp
Fields in com.bytedesk.wechat.mp declared as UidUtils -
Uses of UidUtils in com.bytedesk.wechat.mp.black
Fields in com.bytedesk.wechat.mp.black declared as UidUtils -
Uses of UidUtils in com.bytedesk.wechat.mp.draft
Fields in com.bytedesk.wechat.mp.draft declared as UidUtils -
Uses of UidUtils in com.bytedesk.wechat.mp.groupon
Fields in com.bytedesk.wechat.mp.groupon declared as UidUtils -
Uses of UidUtils in com.bytedesk.wechat.mp.kefu
Fields in com.bytedesk.wechat.mp.kefu declared as UidUtils -
Uses of UidUtils in com.bytedesk.wechat.mp.tag
Fields in com.bytedesk.wechat.mp.tag declared as UidUtils -
Uses of UidUtils in com.bytedesk.wechat.mp.user
Fields in com.bytedesk.wechat.mp.user declared as UidUtils -
Uses of UidUtils in com.bytedesk.wechat.pay
Fields in com.bytedesk.wechat.pay declared as UidUtils