Uses of Class
com.flowable.platform.service.agent.AgentChatMessageResponse
Packages that use AgentChatMessageResponse
-
Uses of AgentChatMessageResponse in com.flowable.platform.service.agent
Methods in com.flowable.platform.service.agent that return AgentChatMessageResponseModifier and TypeMethodDescriptionprotected AgentChatMessageResponse
PlatformAgentService.convert
(AgentInstanceExchange agentInstanceExchange, Map<String, com.fasterxml.jackson.databind.JsonNode> preParsedTechnicalContent, Map<String, ActionInstance> prefetchedActionInstances) Methods in com.flowable.platform.service.agent that return types with arguments of type AgentChatMessageResponseModifier and TypeMethodDescriptionprotected List
<AgentChatMessageResponse> PlatformAgentService.convert
(List<AgentInstanceExchange> agentInstanceExchanges) org.flowable.common.rest.api.DataResponse
<AgentChatMessageResponse> PlatformAgentService.getAgentChatMessages
(String scopeId, String scopeType, org.flowable.common.rest.api.PaginateRequest request) Methods in com.flowable.platform.service.agent with parameters of type AgentChatMessageResponseModifier and TypeMethodDescriptionprotected void
PlatformAgentService.processInsertedEntities
(com.fasterxml.jackson.databind.JsonNode technicalContentJsonNode, AgentChatMessageResponse agentInstanceExchangeResponse, String entityKey, String scopeType)