Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowInputContent
Packages that use FlowInputContent
-
Uses of FlowInputContent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowInputContentModifier and TypeMethodDescriptionfinal FlowInputContentFlowInput.content()Contains information about an input into the prompt flow.static FlowInputContentFlowInputContent.fromDocument(Document document) Create an instance of this class withdocument()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowInputContentModifier and TypeMethodDescriptionFlowInput.Builder.content(FlowInputContent content) Contains information about an input into the prompt flow.