Uses of Class
com.bytedesk.core.assistant.AssistantResponse
Packages that use AssistantResponse
Package
Description
Assistant package containing assistant related implementations
-
Uses of AssistantResponse in com.bytedesk.core.assistant
Methods in com.bytedesk.core.assistant that return AssistantResponseModifier and TypeMethodDescriptionAssistantService.convertToResponse
(AssistantEntity assistant) AssistantService.create
(AssistantRequest request) AssistantService.update
(AssistantRequest request) Methods in com.bytedesk.core.assistant that return types with arguments of type AssistantResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AssistantResponse>
AssistantService.queryByOrg
(AssistantRequest request) org.springframework.data.domain.Page<AssistantResponse>
AssistantService.queryByUser
(AssistantRequest request)