Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowInputContent
-
Packages that use FlowInputContent Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowInputContent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowInputContent Modifier and Type Method Description 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 FlowInputContent Modifier and Type Method Description FlowInput.BuilderFlowInput.Builder. content(FlowInputContent content)Contains information about an input into the prompt flow.
-