/AWS1/CL_LXBGETBOTSRESPONSE¶
GetBotsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_bots TYPE /AWS1/CL_LXBBOTMETADATA=>TT_BOTMETADATALIST TT_BOTMETADATALIST¶
An array of
botMetadataobjects, with one entry for each bot.
iv_nexttoken TYPE /AWS1/LXBNEXTTOKEN /AWS1/LXBNEXTTOKEN¶
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of bots.
Queryable Attributes¶
bots¶
An array of
botMetadataobjects, with one entry for each bot.
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¶
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of bots.
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 |