Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionContent
-
Packages that use FlowExecutionContent Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowExecutionContent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionContent Modifier and Type Method Description FlowExecutionContentFlowInputField. content()The content of the input field, which can contain text or structured data.FlowExecutionContentFlowOutputField. content()The content of the output field, which can contain text or structured data.static FlowExecutionContentFlowExecutionContent. 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 FlowExecutionContent Modifier and Type Method Description FlowInputField.BuilderFlowInputField.Builder. content(FlowExecutionContent content)The content of the input field, which can contain text or structured data.FlowOutputField.BuilderFlowOutputField.Builder. content(FlowExecutionContent content)The content of the output field, which can contain text or structured data.
-