/AWS1/CL_LM2CREATEBOTLOCALERSP¶
CreateBotLocaleResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_botid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The specified bot identifier.
iv_botversion TYPE /AWS1/LM2DRAFTBOTVERSION /AWS1/LM2DRAFTBOTVERSION¶
The specified bot version.
iv_localename TYPE /AWS1/LM2LOCALENAME /AWS1/LM2LOCALENAME¶
The specified locale name.
iv_localeid TYPE /AWS1/LM2LOCALEID /AWS1/LM2LOCALEID¶
The specified locale identifier.
iv_description TYPE /AWS1/LM2DESCRIPTION /AWS1/LM2DESCRIPTION¶
The specified description of the bot locale.
iv_nluintentconfidencethresh TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The specified confidence threshold for inserting the
AMAZON.FallbackIntentandAMAZON.KendraSearchIntentintents.
io_voicesettings TYPE REF TO /AWS1/CL_LM2VOICESETTINGS /AWS1/CL_LM2VOICESETTINGS¶
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
io_unifiedspeechsettings TYPE REF TO /AWS1/CL_LM2UNIFIEDSPEECHSTGS /AWS1/CL_LM2UNIFIEDSPEECHSTGS¶
The unified speech settings configured for the created bot locale.
io_speechrecognitionsettings TYPE REF TO /AWS1/CL_LM2SPEECHRECOGSTGS /AWS1/CL_LM2SPEECHRECOGSTGS¶
The speech-to-text settings configured for the created bot locale.
iv_botlocalestatus TYPE /AWS1/LM2BOTLOCALESTATUS /AWS1/LM2BOTLOCALESTATUS¶
The status of the bot.
When the status is
Creatingthe bot locale is being configured. When the status isBuildingAmazon Lex is building the bot for testing and use.If the status of the bot is
ReadyExpressTesting, you can test the bot using the exact utterances specified in the bots' intents. When the bot is ready for full testing or to run, the status isBuilt.If there was a problem with building the bot, the status is
Failed. If the bot was saved but not built, the status isNotBuilt.
iv_creationdatetime TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP¶
A timestamp specifying the date and time that the bot locale was created.
io_generativeaisettings TYPE REF TO /AWS1/CL_LM2GENERATIVEAISTGS /AWS1/CL_LM2GENERATIVEAISTGS¶
Contains specifications about the generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
iv_speechdetectsensitivity TYPE /AWS1/LM2SPEECHDETSENSITIVITY /AWS1/LM2SPEECHDETSENSITIVITY¶
The sensitivity level for voice activity detection (VAD) that was specified for the bot locale.
Queryable Attributes¶
botId¶
The specified bot identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTID() |
Getter for BOTID, with configurable default |
ASK_BOTID() |
Getter for BOTID w/ exceptions if field has no value |
HAS_BOTID() |
Determine if BOTID has a value |
botVersion¶
The specified bot version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTVERSION() |
Getter for BOTVERSION, with configurable default |
ASK_BOTVERSION() |
Getter for BOTVERSION w/ exceptions if field has no value |
HAS_BOTVERSION() |
Determine if BOTVERSION has a value |
localeName¶
The specified locale name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALENAME() |
Getter for LOCALENAME, with configurable default |
ASK_LOCALENAME() |
Getter for LOCALENAME w/ exceptions if field has no value |
HAS_LOCALENAME() |
Determine if LOCALENAME has a value |
localeId¶
The specified locale identifier.
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 |
description¶
The specified description of the bot locale.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
nluIntentConfidenceThreshold¶
The specified confidence threshold for inserting the
AMAZON.FallbackIntentandAMAZON.KendraSearchIntentintents.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NLUINTENTCONFIDENCETHRSH() |
Getter for NLUINTENTCONFIDENCETHRESHOLD, with configurable d |
ASK_NLUINTENTCONFIDENCETHRSH() |
Getter for NLUINTENTCONFIDENCETHRESHOLD w/ exceptions if fie |
STR_NLUINTENTCONFIDENCETHRSH() |
String format for NLUINTENTCONFIDENCETHRESHOLD, with configu |
HAS_NLUINTENTCONFIDENCETHRSH() |
Determine if NLUINTENTCONFIDENCETHRESHOLD has a value |
voiceSettings¶
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOICESETTINGS() |
Getter for VOICESETTINGS |
unifiedSpeechSettings¶
The unified speech settings configured for the created bot locale.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNIFIEDSPEECHSETTINGS() |
Getter for UNIFIEDSPEECHSETTINGS |
speechRecognitionSettings¶
The speech-to-text settings configured for the created bot locale.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPEECHRECOGSETTINGS() |
Getter for SPEECHRECOGNITIONSETTINGS |
botLocaleStatus¶
The status of the bot.
When the status is
Creatingthe bot locale is being configured. When the status isBuildingAmazon Lex is building the bot for testing and use.If the status of the bot is
ReadyExpressTesting, you can test the bot using the exact utterances specified in the bots' intents. When the bot is ready for full testing or to run, the status isBuilt.If there was a problem with building the bot, the status is
Failed. If the bot was saved but not built, the status isNotBuilt.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTLOCALESTATUS() |
Getter for BOTLOCALESTATUS, with configurable default |
ASK_BOTLOCALESTATUS() |
Getter for BOTLOCALESTATUS w/ exceptions if field has no val |
HAS_BOTLOCALESTATUS() |
Determine if BOTLOCALESTATUS has a value |
creationDateTime¶
A timestamp specifying the date and time that the bot locale was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATETIME() |
Getter for CREATIONDATETIME, with configurable default |
ASK_CREATIONDATETIME() |
Getter for CREATIONDATETIME w/ exceptions if field has no va |
HAS_CREATIONDATETIME() |
Determine if CREATIONDATETIME has a value |
generativeAISettings¶
Contains specifications about the generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GENERATIVEAISETTINGS() |
Getter for GENERATIVEAISETTINGS |
speechDetectionSensitivity¶
The sensitivity level for voice activity detection (VAD) that was specified for the bot locale.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPEECHDETECTSENSITIVITY() |
Getter for SPEECHDETECTIONSENSITIVITY, with configurable def |
ASK_SPEECHDETECTSENSITIVITY() |
Getter for SPEECHDETECTIONSENSITIVITY w/ exceptions if field |
HAS_SPEECHDETECTSENSITIVITY() |
Determine if SPEECHDETECTIONSENSITIVITY has a value |