Uses of Interface
com.flowable.agent.api.runtime.AgentInstanceExchange
Packages that use AgentInstanceExchange
-
Uses of AgentInstanceExchange in com.flowable.platform.service.agent
Methods in com.flowable.platform.service.agent with parameters of type AgentInstanceExchangeModifier and TypeMethodDescriptionprotected AgentChatMessageResponsePlatformAgentService.convert(AgentInstanceExchange agentInstanceExchange, Map<String, com.fasterxml.jackson.databind.JsonNode> preParsedTechnicalContent, Map<String, ActionInstance> prefetchedActionInstances) Method parameters in com.flowable.platform.service.agent with type arguments of type AgentInstanceExchangeModifier and TypeMethodDescriptionprotected List<AgentChatMessageResponse> PlatformAgentService.convert(List<AgentInstanceExchange> agentInstanceExchanges) Constructors in com.flowable.platform.service.agent with parameters of type AgentInstanceExchangeModifierConstructorDescriptionAgentChatMessageResponse(AgentInstanceExchange agentInstanceExchange)