/AWS1/CL_LM2BUILDBOTLOCALERSP¶
BuildBotLocaleResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_botid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The identifier of the specified bot.
iv_botversion TYPE /AWS1/LM2DRAFTBOTVERSION /AWS1/LM2DRAFTBOTVERSION¶
The version of the bot that was built. This is only the draft version of the bot.
iv_localeid TYPE /AWS1/LM2LOCALEID /AWS1/LM2LOCALEID¶
The language and locale specified of where the bot can be used.
iv_botlocalestatus TYPE /AWS1/LM2BOTLOCALESTATUS /AWS1/LM2BOTLOCALESTATUS¶
The bot's build status. When the status is
ReadyExpressTestingyou can test the bot using the utterances defined for the intents and slot types. When the status isBuilt, the bot is ready for use and can be tested using any utterance.
iv_lastbuildsubmitteddatet00 TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP¶
A timestamp indicating the date and time that the bot was last built for this locale.
Queryable Attributes¶
botId¶
The identifier of the specified bot.
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 that was built. This is only the draft version of the bot.
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 language and locale specified of where the bot can be used.
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 |
botLocaleStatus¶
The bot's build status. When the status is
ReadyExpressTestingyou can test the bot using the utterances defined for the intents and slot types. When the status isBuilt, the bot is ready for use and can be tested using any utterance.
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 |
lastBuildSubmittedDateTime¶
A timestamp indicating the date and time that the bot was last built for this locale.
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 |