Uses of Class
com.mulesoft.modules.agent.broker.internal.state.model.Conversation
Packages that use Conversation
Package
Description
-
Uses of Conversation in com.mulesoft.modules.agent.broker.internal.extension
Methods in com.mulesoft.modules.agent.broker.internal.extension that return types with arguments of type ConversationModifier and TypeMethodDescriptionorg.mule.runtime.api.store.ObjectStore<Conversation>AgentsBroker.getConversationStore() -
Uses of Conversation in com.mulesoft.modules.agent.broker.internal.state
Methods in com.mulesoft.modules.agent.broker.internal.state that return ConversationModifier and TypeMethodDescriptionConversationService.getOrCreateConversation(io.a2a.spec.Message message, String fallbackContextId, AgentsBroker broker) Methods in com.mulesoft.modules.agent.broker.internal.state with parameters of type ConversationModifier and TypeMethodDescriptionConversationService.getTaskFor(io.a2a.spec.Message message, Conversation conversation, String fallbackTaskId, AgentsBroker broker) voidConversationService.upsert(Conversation conversation, AgentsBroker broker) -
Uses of Conversation in com.mulesoft.modules.agent.broker.internal.tool.a2a
Methods in com.mulesoft.modules.agent.broker.internal.tool.a2a with parameters of type ConversationModifier and TypeMethodDescriptionA2AService.completedJsonResult(Conversation conversation, TaskContext taskContext, String output) A2AService.inputRequiredJsonResult(Conversation conversation, TaskContext taskContext, String message)