Uses of Class
io.a2a.spec.MessageSendConfiguration.Builder
Packages that use MessageSendConfiguration.Builder
-
Uses of MessageSendConfiguration.Builder in io.a2a.spec
Methods in io.a2a.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.