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
队列成员包
管理客服系统的排队和会话分配
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
评价服务包
管理客服会话的评价功能
会话转接包
处理会话转接相关功能
-
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.thread
Methods in com.bytedesk.core.thread that return ThreadResponseModifier and TypeMethodDescriptionThreadRestService.autoClose
(ThreadEntity thread) ThreadRestService.close
(ThreadRequest threadRequest) ThreadRestService.convertToResponse
(ThreadEntity thread) ThreadRestService.create
(ThreadRequest request) ThreadRestService.createFileAssistantThread
(UserEntity user) 文件助手会话:file/{user_uid}ThreadRestService.createGroupMemberThread
(ThreadEntity thread, UserEntity owner) ThreadRestService.createSystemChannelThread
(UserEntity user) ThreadRestService.queryByUid
(ThreadRequest request) ThreadRestService.update
(ThreadRequest threadRequest) ThreadRestService.updateMute
(ThreadRequest threadRequest) ThreadRestService.updateStar
(ThreadRequest threadRequest) ThreadRestService.updateState
(ThreadRequest threadRequest) ThreadRestService.updateTagList
(ThreadRequest threadRequest) ThreadRestService.updateTop
(ThreadRequest threadRequest) ThreadRestService.updateUnread
(ThreadRequest threadRequest) ThreadRestService.updateUnreadCount
(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) ThreadRestService.queryByThreadUid
(ThreadRequest request) ThreadRestService.queryByTopic
(ThreadRequest request) org.springframework.data.domain.Page<ThreadResponse>
ThreadRestService.queryByUser
(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.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) -
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
Methods in com.bytedesk.service.thread_transfer that return ThreadResponseModifier and TypeMethodDescriptionThreadTransferRestService.accept
(ThreadTransferRequest request)