Skip to content

/AWS1/CL_LM2LISTBOTALIASESRSP

ListBotAliasesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_BOTALIASSUMMARIES TYPE /AWS1/CL_LM2BOTALIASSUMMARY=>TT_BOTALIASSUMMARYLIST TT_BOTALIASSUMMARYLIST

Summary information for the bot aliases that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more aliases available, the nextToken field contains a token to get the next page of results.

IV_NEXTTOKEN TYPE /AWS1/LM2NEXTTOKEN /AWS1/LM2NEXTTOKEN

A token that indicates whether there are more results to return in a response to the ListBotAliases operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotAliases operation request to get the next page of results.

IV_BOTID TYPE /AWS1/LM2ID /AWS1/LM2ID

The identifier of the bot associated with the aliases.


Queryable Attributes

botAliasSummaries

Summary information for the bot aliases that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more aliases available, the nextToken field contains a token to get the next page of results.

Accessible with the following methods

Method Description
GET_BOTALIASSUMMARIES() Getter for BOTALIASSUMMARIES, with configurable default
ASK_BOTALIASSUMMARIES() Getter for BOTALIASSUMMARIES w/ exceptions if field has no v
HAS_BOTALIASSUMMARIES() Determine if BOTALIASSUMMARIES has a value

nextToken

A token that indicates whether there are more results to return in a response to the ListBotAliases operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotAliases operation request to get the next page of results.

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

botId

The identifier of the bot associated with the aliases.

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