Uses of Class
org.a2aproject.sdk.spec.Message.Builder
Packages that use Message.Builder
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of Message.Builder in org.a2aproject.sdk.server.tasks
Methods in org.a2aproject.sdk.server.tasks that return Message.BuilderModifier and TypeMethodDescriptionAgentEmitter.messageBuilder()Creates a Message.Builder pre-populated with agent defaults. -
Uses of Message.Builder in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return Message.BuilderModifier and TypeMethodDescriptionstatic Message.BuilderMessage.builder()Creates a new Builder for constructing Message instances.static Message.BuilderCreates a new Builder initialized with values from an existing Message.Sets the conversation context identifier.Message.Builder.extensions(List<String> extensions) Sets the list of protocol extensions used in this message.Sets the unique identifier for this message.Sets additional metadata for the message.Sets the content parts of the message.Sets the content parts of the message from varargs.Message.Builder.referenceTaskIds(List<String> referenceTaskIds) Sets the list of reference task identifiers this message relates to.Message.Builder.role(Message.Role role) Sets the role of the message sender.Sets the task identifier this message is associated with.