Uses of Class
com.bytedesk.core.thread.ThreadResponse
Packages that use ThreadResponse
Package
Description
Robot package contains classes for managing AI robots/agents.
Message handling package containing message models and processors
Thread package containing thread models and handlers
Utility classes package containing helper methods and common functionality
队列成员包
管理客服系统的排队和会话分配
评价服务包
管理客服会话的评价功能
会话转接包
处理会话转接相关功能
-
Uses of ThreadResponse in com.bytedesk.ai.robot
Methods in com.bytedesk.ai.robot that return ThreadResponseModifier and TypeMethodDescriptionRobotRestService.createLlmThread
(ThreadRequest request) RobotRestService.updateLlmThread
(ThreadRequest request) -
Uses of ThreadResponse in com.bytedesk.core.message
Fields in com.bytedesk.core.message declared as ThreadResponse -
Uses of ThreadResponse in com.bytedesk.core.message_unread
Fields in com.bytedesk.core.message_unread declared as ThreadResponse -
Uses of ThreadResponse in com.bytedesk.core.thread
Methods in com.bytedesk.core.thread that return ThreadResponseModifier and TypeMethodDescriptionThreadRestService.autoClose
(ThreadEntity thread) ThreadRestService.closeByTopic
(ThreadRequest request) ThreadRestService.closeByUid
(ThreadRequest request) ThreadRestService.convertToResponse
(ThreadEntity thread) ThreadRestService.create
(ThreadRequest request) ThreadRestService.createFileAssistantThread
(UserEntity user) 文件助手会话:file/{user_uid}ThreadRestService.createGroupMemberThread
(String user, String topic, String orgUid, UserEntity owner) ThreadRestService.createSystemNoticeAccountThread
(UserEntity user) ThreadRestService.queryByTopicAndOwner
(ThreadRequest request) ThreadRestService.queryByUid
(ThreadRequest request) ThreadRestService.update
(ThreadRequest threadRequest) ThreadRestService.updateFold
(ThreadRequest threadRequest) ThreadRestService.updateHide
(ThreadRequest threadRequest) ThreadRestService.updateMute
(ThreadRequest threadRequest) ThreadRestService.updateNote
(ThreadRequest threadRequest) ThreadRestService.updateStar
(ThreadRequest threadRequest) ThreadRestService.updateState
(ThreadRequest threadRequest) ThreadRestService.updateTagList
(ThreadRequest threadRequest) ThreadRestService.updateTop
(ThreadRequest threadRequest) ThreadRestService.updateUnread
(ThreadRequest threadRequest) ThreadRestService.updateUser
(ThreadRequest threadRequest) Methods in com.bytedesk.core.thread that return types with arguments of type ThreadResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ThreadResponse>
ThreadRestService.query
(ThreadRequest request) org.springframework.data.domain.Page<ThreadResponse>
ThreadRestService.queryByOrg
(ThreadRequest request) org.springframework.data.domain.Page<ThreadResponse>
ThreadRestService.queryByTopic
(ThreadRequest request) org.springframework.data.domain.Page<ThreadResponse>
ThreadRestService.queryByUser
(ThreadRequest request) org.springframework.data.domain.Page<ThreadResponse>
ThreadRestService.queryThreadsByUserTopics
(ThreadRequest request) -
Uses of ThreadResponse in com.bytedesk.core.utils
Methods in com.bytedesk.core.utils that return ThreadResponseModifier and TypeMethodDescriptionstatic ThreadResponse
ConvertUtils.convertToThreadResponse
(ThreadEntity thread) -
Uses of ThreadResponse in com.bytedesk.service.agent
Methods in com.bytedesk.service.agent that return ThreadResponse -
Uses of ThreadResponse in com.bytedesk.service.message_leave
Methods in com.bytedesk.service.message_leave that return types with arguments of type ThreadResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ThreadResponse>
MessageLeaveRestService.queryThreadsByLeaveMessage
(MessageLeaveRequest request) -
Uses of ThreadResponse in com.bytedesk.service.queue
Methods in com.bytedesk.service.queue that return types with arguments of type ThreadResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ThreadResponse>
QueueRestService.queryQueuing
(ThreadRequest request) -
Uses of ThreadResponse in com.bytedesk.service.queue_member
Fields in com.bytedesk.service.queue_member declared as ThreadResponse -
Uses of ThreadResponse in com.bytedesk.service.thread_invite
Methods in com.bytedesk.service.thread_invite that return ThreadResponseModifier and TypeMethodDescriptionThreadInviteRestService.accept
(ThreadInviteRequest request) ThreadInviteRestService.exit
(ThreadInviteRequest request) ThreadInviteRestService.remove
(ThreadInviteRequest request) -
Uses of ThreadResponse in com.bytedesk.service.thread_rating
Fields in com.bytedesk.service.thread_rating declared as ThreadResponse -
Uses of ThreadResponse in com.bytedesk.service.thread_transfer
Fields in com.bytedesk.service.thread_transfer declared as ThreadResponse