Uses of Class
org.a2aproject.sdk.spec.MessageSendConfiguration.Builder
Packages that use MessageSendConfiguration.Builder
-
Uses of MessageSendConfiguration.Builder in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return MessageSendConfiguration.BuilderModifier and TypeMethodDescriptionMessageSendConfiguration.Builder.acceptedOutputModes(List<String> acceptedOutputModes) Sets the accepted output modes.MessageSendConfiguration.builder()Create a new BuilderMessageSendConfiguration.Builder.historyLength(@Nullable Integer historyLength) Sets the conversation history length.MessageSendConfiguration.Builder.returnImmediately(@NonNull Boolean returnImmediately) Sets whether the operation should return immediately after creating the task.MessageSendConfiguration.Builder.taskPushNotificationConfig(@Nullable TaskPushNotificationConfig taskPushNotificationConfig) Sets the push notification configuration.