Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.HarnessToolResultContentBlock
Packages that use HarnessToolResultContentBlock
-
Uses of HarnessToolResultContentBlock in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessToolResultContentBlockModifier and TypeMethodDescriptionCreate an instance of this class withjson()initialized to the given value.Create an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type HarnessToolResultContentBlockModifier and TypeMethodDescriptionHarnessToolResultBlock.content()The content of the tool result.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessToolResultContentBlockModifier and TypeMethodDescriptionHarnessToolResultBlock.Builder.content(HarnessToolResultContentBlock... content) The content of the tool result.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type HarnessToolResultContentBlockModifier and TypeMethodDescriptionHarnessToolResultBlock.Builder.content(Collection<HarnessToolResultContentBlock> content) The content of the tool result.