/AWS1/CL_LM2DELETEBOTRESPONSE¶
DeleteBotResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_botid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The unique identifier of the bot that Amazon Lex is deleting.
iv_botstatus TYPE /AWS1/LM2BOTSTATUS /AWS1/LM2BOTSTATUS¶
The current status of the bot. The status is
Deletingwhile the bot and its associated resources are being deleted.
Queryable Attributes¶
botId¶
The unique identifier of the bot that Amazon Lex is deleting.
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 |
botStatus¶
The current status of the bot. The status is
Deletingwhile the bot and its associated resources are being deleted.
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 |