Uses of Class
com.bytedesk.service.thread_intention.ThreadIntentionRequest
Packages that use ThreadIntentionRequest
Package
Description
队列成员包
管理客服系统的排队和会话分配
-
Uses of ThreadIntentionRequest in com.bytedesk.service.queue_member
Methods in com.bytedesk.service.queue_member that return ThreadIntentionRequestModifier and TypeMethodDescriptionprivate ThreadIntentionRequestQueueMemberAiRestService.buildThreadIntentionRequest(String json, String orgUid, String threadUid, QueueMemberEntity member) -
Uses of ThreadIntentionRequest in com.bytedesk.service.thread_intention
Methods in com.bytedesk.service.thread_intention that return ThreadIntentionRequestModifier and TypeMethodDescriptionThreadIntentionRestService.autoSummary(ThreadIntentionRequest request) Methods in com.bytedesk.service.thread_intention with parameters of type ThreadIntentionRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>ThreadIntentionRestController.autoSummary(ThreadIntentionRequest request) ThreadIntentionRestService.autoSummary(ThreadIntentionRequest request) org.springframework.http.ResponseEntity<?>ThreadIntentionRestController.create(ThreadIntentionRequest request) ThreadIntentionRestService.create(ThreadIntentionRequest request) protected org.springframework.data.jpa.domain.Specification<ThreadIntentionEntity>ThreadIntentionRestService.createSpecification(ThreadIntentionRequest request) org.springframework.http.ResponseEntity<?>ThreadIntentionRestController.delete(ThreadIntentionRequest request) voidThreadIntentionRestService.delete(ThreadIntentionRequest request) ThreadIntentionRestController.export(ThreadIntentionRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>ThreadIntentionRestController.queryByOrg(ThreadIntentionRequest request) org.springframework.http.ResponseEntity<?>ThreadIntentionRestController.queryByThreadUid(ThreadIntentionRequest request) org.springframework.http.ResponseEntity<?>ThreadIntentionRestController.queryByUid(ThreadIntentionRequest request) ThreadIntentionRestService.queryByUid(ThreadIntentionRequest request) org.springframework.http.ResponseEntity<?>ThreadIntentionRestController.queryByUser(ThreadIntentionRequest request) static org.springframework.data.jpa.domain.Specification<ThreadIntentionEntity>ThreadIntentionSpecification.search(ThreadIntentionRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>ThreadIntentionRestController.update(ThreadIntentionRequest request) ThreadIntentionRestService.update(ThreadIntentionRequest request)