/AWS1/CL_CHELISTBOTSRESPONSE¶
ListBotsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_bots TYPE /AWS1/CL_CHEBOT=>TT_BOTLIST TT_BOTLIST¶
List of bots and bot details.
iv_nexttoken TYPE /AWS1/CHESTRING /AWS1/CHESTRING¶
The token to use to retrieve the next page of results.
Queryable Attributes¶
Bots¶
List of bots and bot details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTS() |
Getter for BOTS, with configurable default |
ASK_BOTS() |
Getter for BOTS w/ exceptions if field has no value |
HAS_BOTS() |
Determine if BOTS has a value |
NextToken¶
The token to use to retrieve 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 |