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 AgentChatMessageResponsePlatformAgentService.convert(AgentInvocationExchangeChat exchange, AgentInvocationExchangePartChat part) Methods in com.flowable.platform.service.agent that return types with arguments of type AgentChatMessageResponseModifier and TypeMethodDescriptionprotected Stream<AgentChatMessageResponse> PlatformAgentService.convert(AgentInvocationExchangeChat exchange, Map<String, com.fasterxml.jackson.databind.JsonNode> preParsedTechnicalContent, Map<String, ActionInstance> prefetchedActionInstances) protected List<AgentChatMessageResponse> PlatformAgentService.convert(List<AgentInvocationExchangeChat> exchanges) protected List<AgentChatMessageResponse> PlatformAgentService.convert(List<AgentInvocationExchangeChat> exchanges, Function<AgentChatMessageResponse, AgentChatMessageResponse> converter) protected List<AgentChatMessageResponse> PlatformAgentService.findSuggestions(AgentInstance agentInstance, SecurityScope securityScope) 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 voidPlatformAgentService.processInsertedEntities(com.fasterxml.jackson.databind.JsonNode technicalContentJsonNode, AgentChatMessageResponse agentInstanceExchangeResponse, String entityKey, String scopeType) Method parameters in com.flowable.platform.service.agent with type arguments of type AgentChatMessageResponseModifier and TypeMethodDescriptionprotected List<AgentChatMessageResponse> PlatformAgentService.convert(List<AgentInvocationExchangeChat> exchanges, Function<AgentChatMessageResponse, AgentChatMessageResponse> converter) protected List<AgentChatMessageResponse> PlatformAgentService.convert(List<AgentInvocationExchangeChat> exchanges, Function<AgentChatMessageResponse, AgentChatMessageResponse> converter)