Uses of Record Class
org.a2aproject.sdk.spec.Message
Packages that use Message
-
Uses of Message in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return MessageModifier and TypeMethodDescriptionMessage.Builder.build()Builds a newMessagefrom the current builder state.MessageSendParams.message()Returns the value of themessagerecord component.@Nullable MessageTaskStatus.message()Returns the value of themessagerecord component.Methods in org.a2aproject.sdk.spec that return types with arguments of type MessageModifier and TypeMethodDescriptionTask.history()Returns the value of thehistoryrecord component.Methods in org.a2aproject.sdk.spec with parameters of type MessageModifier and TypeMethodDescriptionstatic Message.BuilderCreates a new Builder initialized with values from an existing Message.Sets the conversation history using a varargs array of messages.Sets the message to send to the agent.Method parameters in org.a2aproject.sdk.spec with type arguments of type MessageModifier and TypeMethodDescriptionSets the conversation history for this task.Constructors in org.a2aproject.sdk.spec with parameters of type MessageModifierConstructorDescriptionMessageSendParams(Message message, @Nullable MessageSendConfiguration configuration, @Nullable Map<String, Object> metadata) Convenience constructor with default tenant.MessageSendParams(Message message, @Nullable MessageSendConfiguration configuration, @Nullable Map<String, Object> metadata, @Nullable String tenant) Compact constructor for validation.TaskStatus(TaskState state, @Nullable Message message, @Nullable OffsetDateTime timestamp) Compact constructor for validation and timestamp initialization.