/AWS1/CL_LM2DSCBOTANLZRECRSP¶
DescribeBotAnalyzerRecommendationResponse
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 that was analyzed.
iv_localeid TYPE /AWS1/LM2LOCALEID /AWS1/LM2LOCALEID¶
The locale identifier of the bot locale that was analyzed.
iv_botanalyzerstatus TYPE /AWS1/LM2BOTANALYZERSTATUS /AWS1/LM2BOTANALYZERSTATUS¶
The current status of the analysis.
Valid Values:
Processing | Available | Failed | Stopping | Stopped
iv_creationdatetime TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP¶
The date and time when the analysis was initiated.
it_botanalyzerreclist TYPE /AWS1/CL_LM2BOTANALYZERREC=>TT_BOTANALYZERRECLIST TT_BOTANALYZERRECLIST¶
A list of recommendations for optimizing your bot configuration. Each recommendation includes the issue location, priority, description, and proposed fix.
iv_nexttoken TYPE /AWS1/LM2NEXTTOKEN /AWS1/LM2NEXTTOKEN¶
If the response is truncated, this token can be used in a subsequent request to retrieve the next page of recommendations.
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 that was 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 that was 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.
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 |
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 |
botAnalyzerRecommendationList¶
A list of recommendations for optimizing your bot configuration. Each recommendation includes the issue location, priority, description, and proposed fix.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTANALYZERRECLIST() |
Getter for BOTANALYZERRECLIST, with configurable default |
ASK_BOTANALYZERRECLIST() |
Getter for BOTANALYZERRECLIST w/ exceptions if field has no |
HAS_BOTANALYZERRECLIST() |
Determine if BOTANALYZERRECLIST has a value |
nextToken¶
If the response is truncated, this token can be used in a subsequent request to retrieve the next page of recommendations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |