Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ActionGroupInvocationOutput.Builder
-
Packages that use ActionGroupInvocationOutput.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ActionGroupInvocationOutput.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ActionGroupInvocationOutput.Builder Modifier and Type Method Description static ActionGroupInvocationOutput.BuilderActionGroupInvocationOutput. builder()ActionGroupInvocationOutput.BuilderActionGroupInvocationOutput.Builder. text(String text)The JSON-formatted string returned by the API invoked by the action group.ActionGroupInvocationOutput.BuilderActionGroupInvocationOutput. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ActionGroupInvocationOutput.Builder Modifier and Type Method Description static Class<? extends ActionGroupInvocationOutput.Builder>ActionGroupInvocationOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ActionGroupInvocationOutput.Builder Modifier and Type Method Description default Observation.BuilderObservation.Builder. actionGroupInvocationOutput(Consumer<ActionGroupInvocationOutput.Builder> actionGroupInvocationOutput)Contains the JSON-formatted string returned by the API invoked by the action group.
-