Skip to content

Bedrock Agent  >  Structures  >  LexFlowNodeConfiguration

LexFlowNodeConfiguration

Structure Class

LexFlowNodeConfiguration dataclass

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.

Attributes

bot_alias_arn class-attribute instance-attribute
bot_alias_arn: str = ''

The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.

locale_id class-attribute instance-attribute
locale_id: str = ''

The Region to invoke the Amazon Lex bot in.