/AWS1/CL_BDALEXFLOWNODECONF¶
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.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_botaliasarn
TYPE /AWS1/BDALEXBOTALIASARN
/AWS1/BDALEXBOTALIASARN
¶
The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.
iv_localeid
TYPE /AWS1/BDALEXBOTLOCALEID
/AWS1/BDALEXBOTLOCALEID
¶
The Region to invoke the Amazon Lex bot in.
Queryable Attributes¶
botAliasArn¶
The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BOTALIASARN() |
Getter for BOTALIASARN, with configurable default |
ASK_BOTALIASARN() |
Getter for BOTALIASARN w/ exceptions if field has no value |
HAS_BOTALIASARN() |
Determine if BOTALIASARN has a value |
localeId¶
The Region to invoke the Amazon Lex bot in.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOCALEID() |
Getter for LOCALEID, with configurable default |
ASK_LOCALEID() |
Getter for LOCALEID w/ exceptions if field has no value |
HAS_LOCALEID() |
Determine if LOCALEID has a value |