/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
maxResultsparameter of the request. If there are more aliases available, thenextTokenfield 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
ListBotAliasesoperation. If thenextTokenfield is present, you send the contents as thenextTokenparameter of aListBotAliasesoperation 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
maxResultsparameter of the request. If there are more aliases available, thenextTokenfield 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
ListBotAliasesoperation. If thenextTokenfield is present, you send the contents as thenextTokenparameter of aListBotAliasesoperation 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 |