/AWS1/CL_LM2DESCRBOTLOCALERSP¶
DescribeBotLocaleResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_botid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The identifier of the bot associated with the locale.
iv_botversion TYPE /AWS1/LM2BOTVERSION /AWS1/LM2BOTVERSION¶
The version of the bot associated with the locale.
iv_localeid TYPE /AWS1/LM2LOCALEID /AWS1/LM2LOCALEID¶
The unique identifier of the described locale.
iv_localename TYPE /AWS1/LM2LOCALENAME /AWS1/LM2LOCALENAME¶
The name of the locale.
iv_description TYPE /AWS1/LM2DESCRIPTION /AWS1/LM2DESCRIPTION¶
The description of the locale.
iv_nluintentconfidencethresh TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The confidence threshold where Amazon Lex inserts the
AMAZON.FallbackIntentandAMAZON.KendraSearchIntentintents in the list of possible intents for an utterance.
io_voicesettings TYPE REF TO /AWS1/CL_LM2VOICESETTINGS /AWS1/CL_LM2VOICESETTINGS¶
The Amazon Polly voice 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 bot locale.
io_speechrecognitionsettings TYPE REF TO /AWS1/CL_LM2SPEECHRECOGSTGS /AWS1/CL_LM2SPEECHRECOGSTGS¶
The speech-to-text settings configured for the bot locale.
iv_intentscount TYPE /AWS1/LM2RESOURCECOUNT /AWS1/LM2RESOURCECOUNT¶
The number of intents defined for the locale.
iv_slottypescount TYPE /AWS1/LM2RESOURCECOUNT /AWS1/LM2RESOURCECOUNT¶
The number of slot types defined for the locale.
iv_botlocalestatus TYPE /AWS1/LM2BOTLOCALESTATUS /AWS1/LM2BOTLOCALESTATUS¶
The status of the bot. If the status is
Failed, the reasons for the failure are listed in thefailureReasonsfield.
it_failurereasons TYPE /AWS1/CL_LM2FAILUREREASONS_W=>TT_FAILUREREASONS TT_FAILUREREASONS¶
if
botLocaleStatusisFailed, Amazon Lex explains why it failed to build the bot.
iv_creationdatetime TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP¶
The date and time that the locale was created.
iv_lastupdateddatetime TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP¶
The date and time that the locale was last updated.
iv_lastbuildsubmitteddatet00 TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP¶
The date and time that the locale was last submitted for building.
it_botlocalehistoryevents TYPE /AWS1/CL_LM2BOTLOCALEHISTORY00=>TT_BOTLOCALEHISTORYEVENTSLIST TT_BOTLOCALEHISTORYEVENTSLIST¶
History of changes, such as when a locale is used in an alias, that have taken place for the locale.
it_recommendedactions TYPE /AWS1/CL_LM2RECOMMENDEDACTS_W=>TT_RECOMMENDEDACTIONS TT_RECOMMENDEDACTIONS¶
Recommended actions to take to resolve an error in the
failureReasonsfield.
io_generativeaisettings TYPE REF TO /AWS1/CL_LM2GENERATIVEAISTGS /AWS1/CL_LM2GENERATIVEAISTGS¶
Contains settings for Amazon Bedrock's generative AI features for your bot locale.
iv_speechdetectsensitivity TYPE /AWS1/LM2SPEECHDETSENSITIVITY /AWS1/LM2SPEECHDETSENSITIVITY¶
The sensitivity level for voice activity detection (VAD) configured for the bot locale.
Queryable Attributes¶
botId¶
The identifier of the bot associated with the locale.
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 version of the bot associated with the locale.
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 |
localeId¶
The unique identifier of the described locale.
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 |
localeName¶
The name of the locale.
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 |
description¶
The description of the 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 confidence threshold where Amazon Lex inserts the
AMAZON.FallbackIntentandAMAZON.KendraSearchIntentintents in the list of possible intents for an utterance.
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 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 bot locale.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNIFIEDSPEECHSETTINGS() |
Getter for UNIFIEDSPEECHSETTINGS |
speechRecognitionSettings¶
The speech-to-text settings configured for the bot locale.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPEECHRECOGSETTINGS() |
Getter for SPEECHRECOGNITIONSETTINGS |
intentsCount¶
The number of intents defined for the locale.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTENTSCOUNT() |
Getter for INTENTSCOUNT, with configurable default |
ASK_INTENTSCOUNT() |
Getter for INTENTSCOUNT w/ exceptions if field has no value |
HAS_INTENTSCOUNT() |
Determine if INTENTSCOUNT has a value |
slotTypesCount¶
The number of slot types defined for the locale.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SLOTTYPESCOUNT() |
Getter for SLOTTYPESCOUNT, with configurable default |
ASK_SLOTTYPESCOUNT() |
Getter for SLOTTYPESCOUNT w/ exceptions if field has no valu |
HAS_SLOTTYPESCOUNT() |
Determine if SLOTTYPESCOUNT has a value |
botLocaleStatus¶
The status of the bot. If the status is
Failed, the reasons for the failure are listed in thefailureReasonsfield.
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 |
failureReasons¶
if
botLocaleStatusisFailed, Amazon Lex explains why it failed to build the bot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASONS() |
Getter for FAILUREREASONS, with configurable default |
ASK_FAILUREREASONS() |
Getter for FAILUREREASONS w/ exceptions if field has no valu |
HAS_FAILUREREASONS() |
Determine if FAILUREREASONS has a value |
creationDateTime¶
The date and time that the 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 |
lastUpdatedDateTime¶
The date and time that the locale was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME, with configurable default |
ASK_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME w/ exceptions if field has no |
HAS_LASTUPDATEDDATETIME() |
Determine if LASTUPDATEDDATETIME has a value |
lastBuildSubmittedDateTime¶
The date and time that the locale was last submitted for building.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTBUILDSUBMITTEDDATE00() |
Getter for LASTBUILDSUBMITTEDDATETIME, with configurable def |
ASK_LASTBUILDSUBMITTEDDATE00() |
Getter for LASTBUILDSUBMITTEDDATETIME w/ exceptions if field |
HAS_LASTBUILDSUBMITTEDDATE00() |
Determine if LASTBUILDSUBMITTEDDATETIME has a value |
botLocaleHistoryEvents¶
History of changes, such as when a locale is used in an alias, that have taken place for the locale.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTLOCALEHISTORYEVENTS() |
Getter for BOTLOCALEHISTORYEVENTS, with configurable default |
ASK_BOTLOCALEHISTORYEVENTS() |
Getter for BOTLOCALEHISTORYEVENTS w/ exceptions if field has |
HAS_BOTLOCALEHISTORYEVENTS() |
Determine if BOTLOCALEHISTORYEVENTS has a value |
recommendedActions¶
Recommended actions to take to resolve an error in the
failureReasonsfield.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDEDACTIONS() |
Getter for RECOMMENDEDACTIONS, with configurable default |
ASK_RECOMMENDEDACTIONS() |
Getter for RECOMMENDEDACTIONS w/ exceptions if field has no |
HAS_RECOMMENDEDACTIONS() |
Determine if RECOMMENDEDACTIONS has a value |
generativeAISettings¶
Contains settings for Amazon Bedrock's generative AI features for your bot locale.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GENERATIVEAISETTINGS() |
Getter for GENERATIVEAISETTINGS |
speechDetectionSensitivity¶
The sensitivity level for voice activity detection (VAD) configured 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 |