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