Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PromptFlowNodeConfiguration
-
Packages that use PromptFlowNodeConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PromptFlowNodeConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptFlowNodeConfiguration Modifier and Type Method Description PromptFlowNodeConfigurationFlowNodeConfiguration. prompt()Contains configurations for a prompt node in your flow.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type PromptFlowNodeConfiguration Modifier and Type Method Description static FlowNodeConfigurationFlowNodeConfiguration. fromPrompt(PromptFlowNodeConfiguration prompt)Create an instance of this class withFlowNodeConfiguration.prompt()initialized to the given value.FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder. prompt(PromptFlowNodeConfiguration prompt)Contains configurations for a prompt node in your flow.
-