/AWS1/CL_LM2STOPBOTANLYZRRSP¶
StopBotAnalyzerResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_botid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The unique identifier of the bot.
iv_botversion TYPE /AWS1/LM2DRAFTBOTVERSION /AWS1/LM2DRAFTBOTVERSION¶
The version of the bot.
iv_localeid TYPE /AWS1/LM2LOCALEID /AWS1/LM2LOCALEID¶
The locale identifier of the bot locale.
iv_botanalyzerstatus TYPE /AWS1/LM2BOTANALYZERSTATUS /AWS1/LM2BOTANALYZERSTATUS¶
The updated status of the analysis. The status will be
Stoppingand will eventually transition toStopped.Valid Values:
Processing | Available | Failed | Stopping | Stopped
iv_botanalyzerrequestid TYPE /AWS1/LM2UUID /AWS1/LM2UUID¶
The unique identifier of the analysis request.
Queryable Attributes¶
botId¶
The unique identifier of the 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.
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 locale identifier of the bot 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 |
botAnalyzerStatus¶
The updated status of the analysis. The status will be
Stoppingand will eventually transition toStopped.Valid Values:
Processing | Available | Failed | Stopping | Stopped
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTANALYZERSTATUS() |
Getter for BOTANALYZERSTATUS, with configurable default |
ASK_BOTANALYZERSTATUS() |
Getter for BOTANALYZERSTATUS w/ exceptions if field has no v |
HAS_BOTANALYZERSTATUS() |
Determine if BOTANALYZERSTATUS has a value |
botAnalyzerRequestId¶
The unique identifier of the analysis request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTANALYZERREQUESTID() |
Getter for BOTANALYZERREQUESTID, with configurable default |
ASK_BOTANALYZERREQUESTID() |
Getter for BOTANALYZERREQUESTID w/ exceptions if field has n |
HAS_BOTANALYZERREQUESTID() |
Determine if BOTANALYZERREQUESTID has a value |