/AWS1/CL_LM2CREATEBOTVRSRSP¶
CreateBotVersionResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_botid
TYPE /AWS1/LM2ID
/AWS1/LM2ID
¶
The bot identifier specified in the request.
iv_description
TYPE /AWS1/LM2DESCRIPTION
/AWS1/LM2DESCRIPTION
¶
The description of the version specified in the request.
iv_botversion
TYPE /AWS1/LM2NUMERICALBOTVERSION
/AWS1/LM2NUMERICALBOTVERSION
¶
The version number assigned to the version.
it_botversionlocalespec
TYPE /AWS1/CL_LM2BOTVRSLOCALEDETS=>TT_BOTVERSIONLOCALESPEC
TT_BOTVERSIONLOCALESPEC
¶
The source versions used for each locale in the new version.
iv_botstatus
TYPE /AWS1/LM2BOTSTATUS
/AWS1/LM2BOTSTATUS
¶
When you send a request to create or update a bot, Amazon Lex sets the status response element to
Creating
. After Amazon Lex builds the bot, it sets status toAvailable
. If Amazon Lex can't build the bot, it sets status toFailed
.
iv_creationdatetime
TYPE /AWS1/LM2TIMESTAMP
/AWS1/LM2TIMESTAMP
¶
A timestamp of the date and time that the version was created.
Queryable Attributes¶
botId¶
The bot identifier specified in the request.
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 |
description¶
The description of the version specified in the request.
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 |
botVersion¶
The version number assigned to the 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 |
botVersionLocaleSpecification¶
The source versions used for each locale in the new version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BOTVERSIONLOCALESPEC() |
Getter for BOTVERSIONLOCALESPEC, with configurable default |
ASK_BOTVERSIONLOCALESPEC() |
Getter for BOTVERSIONLOCALESPEC w/ exceptions if field has n |
HAS_BOTVERSIONLOCALESPEC() |
Determine if BOTVERSIONLOCALESPEC has a value |
botStatus¶
When you send a request to create or update a bot, Amazon Lex sets the status response element to
Creating
. After Amazon Lex builds the bot, it sets status toAvailable
. If Amazon Lex can't build the bot, it sets status toFailed
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BOTSTATUS() |
Getter for BOTSTATUS, with configurable default |
ASK_BOTSTATUS() |
Getter for BOTSTATUS w/ exceptions if field has no value |
HAS_BOTSTATUS() |
Determine if BOTSTATUS has a value |
creationDateTime¶
A timestamp of the date and time that the version 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 |