/AWS1/CL_LM2STARTBOTANLYZRRSP¶
StartBotAnalyzerResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_botid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The unique identifier of the bot being analyzed.
iv_botversion TYPE /AWS1/LM2DRAFTBOTVERSION /AWS1/LM2DRAFTBOTVERSION¶
The version of the bot being analyzed.
iv_localeid TYPE /AWS1/LM2LOCALEID /AWS1/LM2LOCALEID¶
The locale identifier of the bot locale being analyzed.
iv_botanalyzerstatus TYPE /AWS1/LM2BOTANALYZERSTATUS /AWS1/LM2BOTANALYZERSTATUS¶
The current status of the analysis. The initial status is
Processing.Valid Values:
Processing | Available | Failed | Stopping | Stopped
iv_botanalyzerrequestid TYPE /AWS1/LM2UUID /AWS1/LM2UUID¶
A unique identifier for this analysis request. Use this identifier to check the status and retrieve results.
iv_creationdatetime TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP¶
The date and time when the analysis was initiated.
Queryable Attributes¶
botId¶
The unique identifier of the bot being analyzed.
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 being analyzed.
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 being analyzed.
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 current status of the analysis. The initial status is
Processing.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¶
A unique identifier for this analysis request. Use this identifier to check the status and retrieve results.
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 |
creationDateTime¶
The date and time when the analysis was initiated.
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 |