Uses of Class
com.bytedesk.core.rbac.user.UserProtobuf
Packages that use UserProtobuf
Package
Description
Robot package contains classes for managing AI robots/agents.
Robot message package contains classes for handling robot communication.
Message handling package containing message models and processors
Thread package containing thread models and handlers
Utility classes package containing helper methods and common functionality
ByteDesk 文章管理包
提供文章的CRUD、搜索等功能
ByteDesk 文章管理包
提供文章的CRUD、搜索等功能
客服状态日志包
记录和管理客服状态变更
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
会话转接包
处理会话转接相关功能
工作组服务包
管理客服工作组相关功能
工单核心模块
包含工单实体、仓库、服务等基础组件
-
Uses of UserProtobuf in com.bytedesk.ai.robot
Methods in com.bytedesk.ai.robot that return UserProtobuf -
Uses of UserProtobuf in com.bytedesk.ai.robot_message
Fields in com.bytedesk.ai.robot_message declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
RobotMessageResponse.robot
private UserProtobuf
RobotMessageResponse.user
Methods in com.bytedesk.ai.robot_message that return UserProtobufModifier and TypeMethodDescriptionRobotMessageEntity.getRobotProtobuf()
RobotMessageEntity.getUserProtobuf()
-
Uses of UserProtobuf in com.bytedesk.core.action
Fields in com.bytedesk.core.action declared as UserProtobuf -
Uses of UserProtobuf in com.bytedesk.core.message
Fields in com.bytedesk.core.message declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
MessageProtobuf.user
private UserProtobuf
MessageResponse.user
Methods in com.bytedesk.core.message that return UserProtobuf -
Uses of UserProtobuf in com.bytedesk.core.rbac.user
Methods in com.bytedesk.core.rbac.user that return UserProtobufModifier and TypeMethodDescriptionstatic UserProtobuf
static UserProtobuf
UserProtobuf.getFileAssistantUser()
static UserProtobuf
UserUtils.getFileAssistantUser()
static UserProtobuf
UserProtobuf.getSystemUser()
static UserProtobuf
UserUtils.getSystemUser()
UserEntity.toProtobuf()
-
Uses of UserProtobuf in com.bytedesk.core.thread
Fields in com.bytedesk.core.thread declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
ThreadResponse.agentProtobuf
private UserProtobuf
ThreadResponse.owner
private UserProtobuf
ThreadResponse.robot
private UserProtobuf
ThreadProtobuf.user
private UserProtobuf
ThreadRequest.user
private UserProtobuf
ThreadResponse.user
private UserProtobuf
ThreadResponse.workgroup
Fields in com.bytedesk.core.thread with type parameters of type UserProtobufModifier and TypeFieldDescriptionprivate List<UserProtobuf>
ThreadResponse.assistants
private List<UserProtobuf>
ThreadResponse.invites
private List<UserProtobuf>
ThreadResponse.monitors
private List<UserProtobuf>
ThreadResponse.ticketors
Methods in com.bytedesk.core.thread that return UserProtobufModifier and TypeMethodDescriptionThreadEntity.getAgentProtobuf()
ThreadEntity.getRobotProtobuf()
ThreadEntity.getUserProtobuf()
ThreadEntity.getWorkgroupProtobuf()
Methods in com.bytedesk.core.thread with parameters of type UserProtobufModifier and TypeMethodDescriptionstatic ThreadProtobuf
ThreadUtils.getThreadProtobuf
(String topic, ThreadTypeEnum type, UserProtobuf user) -
Uses of UserProtobuf in com.bytedesk.core.utils
Methods in com.bytedesk.core.utils that return UserProtobufModifier and TypeMethodDescriptionstatic UserProtobuf
ConvertUtils.convertToUserProtobuf
(UserEntity user) -
Uses of UserProtobuf in com.bytedesk.kbase.article
Fields in com.bytedesk.kbase.article declared as UserProtobuf -
Uses of UserProtobuf in com.bytedesk.kbase.article_archive
Fields in com.bytedesk.kbase.article_archive declared as UserProtobuf -
Uses of UserProtobuf in com.bytedesk.kbase.kbase
Fields in com.bytedesk.kbase.kbase with type parameters of type UserProtobuf -
Uses of UserProtobuf in com.bytedesk.liangshibao.course
Fields in com.bytedesk.liangshibao.course declared as UserProtobuf -
Uses of UserProtobuf in com.bytedesk.liangshibao.media
Fields in com.bytedesk.liangshibao.media declared as UserProtobuf -
Uses of UserProtobuf in com.bytedesk.service.agent
Methods in com.bytedesk.service.agent that return UserProtobuf -
Uses of UserProtobuf in com.bytedesk.service.agent_status
Fields in com.bytedesk.service.agent_status declared as UserProtobufMethods in com.bytedesk.service.agent_status that return UserProtobuf -
Uses of UserProtobuf in com.bytedesk.service.message_leave
Fields in com.bytedesk.service.message_leave declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
MessageLeaveResponse.replyUser
private UserProtobuf
MessageLeaveResponse.user
-
Uses of UserProtobuf in com.bytedesk.service.message_rating
Fields in com.bytedesk.service.message_rating declared as UserProtobuf -
Uses of UserProtobuf in com.bytedesk.service.queue
Methods in com.bytedesk.service.queue with parameters of type UserProtobufModifier and TypeMethodDescriptionQueueService.enqueueAgent
(ThreadEntity threadEntity, UserProtobuf agent, VisitorRequest visitorRequest) QueueService.enqueueRobot
(ThreadEntity threadEntity, UserProtobuf agent, VisitorRequest visitorRequest) QueueService.enqueueWorkgroup
(ThreadEntity threadEntity, UserProtobuf agent, WorkgroupEntity workgroupEntity, VisitorRequest visitorRequest) private QueueEntity
QueueService.getAgentOrRobotQueue
(UserProtobuf user, String orgUid) -
Uses of UserProtobuf in com.bytedesk.service.thread_invite
Fields in com.bytedesk.service.thread_invite declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
ThreadInviteNotice.receiver
private UserProtobuf
ThreadInviteRequest.receiver
private UserProtobuf
ThreadInviteResponse.receiver
private UserProtobuf
ThreadInviteNotice.sender
private UserProtobuf
ThreadInviteRequest.sender
private UserProtobuf
ThreadInviteResponse.sender
-
Uses of UserProtobuf in com.bytedesk.service.thread_transfer
Fields in com.bytedesk.service.thread_transfer declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
ThreadTransferNotice.receiver
private UserProtobuf
ThreadTransferRequest.receiver
private UserProtobuf
ThreadTransferResponse.receiver
private UserProtobuf
ThreadTransferNotice.sender
private UserProtobuf
ThreadTransferRequest.sender
private UserProtobuf
ThreadTransferResponse.sender
-
Uses of UserProtobuf in com.bytedesk.service.unified
Fields in com.bytedesk.service.unified with type parameters of type UserProtobuf -
Uses of UserProtobuf in com.bytedesk.service.utils
Methods in com.bytedesk.service.utils that return UserProtobufModifier and TypeMethodDescriptionstatic UserProtobuf
ServiceConvertUtils.convertToUserProtobuf
(AgentEntity agent) static UserProtobuf
ServiceConvertUtils.convertToUserProtobuf
(WorkgroupEntity workgroup) static UserProtobuf
ServiceConvertUtils.convertToVisitorProtobuf
(VisitorRequest visitorRequest) static UserProtobuf
ServiceConvertUtils.convertToVisitorProtobuf
(VisitorResponse visitor) Methods in com.bytedesk.service.utils with parameters of type UserProtobufModifier and TypeMethodDescriptionstatic MessageProtobuf
ThreadMessageUtil.getThreadContinueMessage
(UserProtobuf user, ThreadEntity thread) static MessageProtobuf
ThreadMessageUtil.getThreadQueuingMessage
(UserProtobuf user, ThreadEntity thread) -
Uses of UserProtobuf in com.bytedesk.service.visitor_rating
Fields in com.bytedesk.service.visitor_rating declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
VisitorRatingResponse.agent
private UserProtobuf
VisitorRatingResponse.user
-
Uses of UserProtobuf in com.bytedesk.service.workgroup
Fields in com.bytedesk.service.workgroup declared as UserProtobufFields in com.bytedesk.service.workgroup with type parameters of type UserProtobufMethods in com.bytedesk.service.workgroup that return UserProtobuf -
Uses of UserProtobuf in com.bytedesk.team.group
Fields in com.bytedesk.team.group declared as UserProtobufFields in com.bytedesk.team.group with type parameters of type UserProtobuf -
Uses of UserProtobuf in com.bytedesk.ticket.message.event
Fields in com.bytedesk.ticket.message.event declared as UserProtobuf -
Uses of UserProtobuf in com.bytedesk.ticket.ticket
Fields in com.bytedesk.ticket.ticket declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
TicketRequest.assignee
private UserProtobuf
TicketResponse.assignee
private UserProtobuf
TicketRequest.reporter
private UserProtobuf
TicketResponse.reporter
private UserProtobuf
TicketResponse.user
Methods in com.bytedesk.ticket.ticket that return UserProtobuf -
Uses of UserProtobuf in com.bytedesk.ticket.ticket.dto
Fields in com.bytedesk.ticket.ticket.dto declared as UserProtobuf