Class LexFlowNodeConfiguration

java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.LexFlowNodeConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<LexFlowNodeConfiguration.Builder,LexFlowNodeConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class LexFlowNodeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LexFlowNodeConfiguration.Builder,LexFlowNodeConfiguration>

Contains configurations for a Lex node in the flow. You specify a Amazon Lex bot to invoke. This node takes an utterance as the input and returns as the output the intent identified by the Amazon Lex bot. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

See Also: