/AWS1/CL_LM2RUNTIMESETTINGS¶
Contains specifications about the Amazon Lex runtime generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_slotresolutionimprovement TYPE REF TO /AWS1/CL_LM2SLOTRESOLUTIONIM00 /AWS1/CL_LM2SLOTRESOLUTIONIM00¶
An object containing specifications for the assisted slot resolution feature.
io_nluimprovement TYPE REF TO /AWS1/CL_LM2NLUIMPROVEMENTSPEC /AWS1/CL_LM2NLUIMPROVEMENTSPEC¶
An object containing specifications for the Assisted NLU feature within the bot's runtime settings. These settings determine how the bot processes and interprets user utterances during conversations.
Queryable Attributes¶
slotResolutionImprovement¶
An object containing specifications for the assisted slot resolution feature.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SLOTRESOLUTIONIMPROVEM00() |
Getter for SLOTRESOLUTIONIMPROVEMENT |
nluImprovement¶
An object containing specifications for the Assisted NLU feature within the bot's runtime settings. These settings determine how the bot processes and interprets user utterances during conversations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NLUIMPROVEMENT() |
Getter for NLUIMPROVEMENT |