Skip to content

/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.FallbackIntent and AMAZON.KendraSearchIntent intents 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.

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 the failureReasons field.

IT_FAILUREREASONS TYPE /AWS1/CL_LM2FAILUREREASONS_W=>TT_FAILUREREASONS TT_FAILUREREASONS

if botLocaleStatus is Failed, 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 failureReasons field.

IO_GENERATIVEAISETTINGS TYPE REF TO /AWS1/CL_LM2GENERATIVEAISTGS /AWS1/CL_LM2GENERATIVEAISTGS

Contains settings for Amazon Bedrock's generative AI features for your 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.FallbackIntent and AMAZON.KendraSearchIntent intents 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

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 the failureReasons field.

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 botLocaleStatus is Failed, 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 failureReasons field.

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