Skip to content

/AWS1/CL_LM2LISTBOTANLZHISTRSP

ListBotAnalyzerHistoryResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_botid TYPE /AWS1/LM2ID /AWS1/LM2ID

The unique identifier of the bot.

iv_localeid TYPE /AWS1/LM2LOCALEID /AWS1/LM2LOCALEID

The locale identifier used to filter the history.

iv_botversion TYPE /AWS1/LM2DRAFTBOTVERSION /AWS1/LM2DRAFTBOTVERSION

The bot version used to filter the history.

it_botanalyzerhistorylist TYPE /AWS1/CL_LM2BOTANLZHISTSUMMARY=>TT_BOTANALYZERHISTORYLIST TT_BOTANALYZERHISTORYLIST

A list of historical analysis executions, ordered by creation date with the most recent first.

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 history entries.


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

localeId

The locale identifier used to filter the history.

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

botVersion

The bot version used to filter the history.

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

botAnalyzerHistoryList

A list of historical analysis executions, ordered by creation date with the most recent first.

Accessible with the following methods

Method Description
GET_BOTANALYZERHISTORYLIST() Getter for BOTANALYZERHISTORYLIST, with configurable default
ASK_BOTANALYZERHISTORYLIST() Getter for BOTANALYZERHISTORYLIST w/ exceptions if field has
HAS_BOTANALYZERHISTORYLIST() Determine if BOTANALYZERHISTORYLIST has a value

nextToken

If the response is truncated, this token can be used in a subsequent request to retrieve the next page of history entries.

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