/AWS1/CL_DOALISTCHATSRESPONSE¶
Response structure for listing chats
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_executions TYPE /AWS1/CL_DOACHATEXECUTION=>TT_CHATEXECUTIONLIST TT_CHATEXECUTIONLIST¶
List of recent chat executions
Optional arguments:¶
iv_nexttoken TYPE /AWS1/DOASTRING /AWS1/DOASTRING¶
Token for retrieving the next page of results
Queryable Attributes¶
executions¶
List of recent chat executions
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONS() |
Getter for EXECUTIONS, with configurable default |
ASK_EXECUTIONS() |
Getter for EXECUTIONS w/ exceptions if field has no value |
HAS_EXECUTIONS() |
Determine if EXECUTIONS has a value |
nextToken¶
Token for retrieving 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 |