Uses of Class
org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
Packages that use SendMessageConfiguration.Builder
-
Uses of SendMessageConfiguration.Builder in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return SendMessageConfiguration.BuilderModifier and TypeMethodDescriptionSendMessageConfiguration.Builder.addAcceptedOutputModes(String value) The output modes that the agent is expected to respond with.SendMessageConfiguration.Builder.addAcceptedOutputModesBytes(com.google.protobuf.ByteString value) The output modes that the agent is expected to respond with.SendMessageConfiguration.Builder.addAllAcceptedOutputModes(Iterable<String> values) The output modes that the agent is expected to respond with.SendMessageConfiguration.Builder.clear()SendMessageConfiguration.Builder.clearAcceptedOutputModes()The output modes that the agent is expected to respond with.SendMessageConfiguration.Builder.clearBlocking()If true, the message will be blocking until the task is completed.SendMessageConfiguration.Builder.clearHistoryLength()The maximum number of messages to include in the history. if 0, the history will be unlimited.SendMessageConfiguration.Builder.clearPushNotification()A configuration of a webhook that can be used to receive updatesSendMessageRequest.Builder.getConfigurationBuilder().a2a.v1.SendMessageConfiguration configuration = 2;SendMessageConfiguration.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SendMessageConfiguration.Builder.mergeFrom(com.google.protobuf.Message other) SendMessageConfiguration.Builder.mergeFrom(SendMessageConfiguration other) SendMessageConfiguration.Builder.mergePushNotification(PushNotificationConfig value) A configuration of a webhook that can be used to receive updatesSendMessageConfiguration.newBuilder()SendMessageConfiguration.newBuilder(SendMessageConfiguration prototype) SendMessageConfiguration.newBuilderForType()protected SendMessageConfiguration.BuilderSendMessageConfiguration.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SendMessageConfiguration.Builder.setAcceptedOutputModes(int index, String value) The output modes that the agent is expected to respond with.SendMessageConfiguration.Builder.setBlocking(boolean value) If true, the message will be blocking until the task is completed.SendMessageConfiguration.Builder.setHistoryLength(int value) The maximum number of messages to include in the history. if 0, the history will be unlimited.SendMessageConfiguration.Builder.setPushNotification(PushNotificationConfig value) A configuration of a webhook that can be used to receive updatesSendMessageConfiguration.Builder.setPushNotification(PushNotificationConfig.Builder builderForValue) A configuration of a webhook that can be used to receive updatesSendMessageConfiguration.toBuilder()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type SendMessageConfiguration.BuilderModifier and TypeMethodDescriptionSendMessageRequest.Builder.setConfiguration(SendMessageConfiguration.Builder builderForValue) .a2a.v1.SendMessageConfiguration configuration = 2;