/AWS1/CL_DOACHATEXECUTION¶
A single chat execution summary
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_executionid TYPE /AWS1/DOARESOURCEID /AWS1/DOARESOURCEID¶
The unique identifier for the execution
iv_createdat TYPE /AWS1/DOATIMESTAMP /AWS1/DOATIMESTAMP¶
Timestamp when the chat was created
Optional arguments:¶
iv_updatedat TYPE /AWS1/DOATIMESTAMP /AWS1/DOATIMESTAMP¶
Timestamp when the chat was last updated
iv_summary TYPE /AWS1/DOASTRING /AWS1/DOASTRING¶
Summary or title of the chat
Queryable Attributes¶
executionId¶
The unique identifier for the execution
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONID() |
Getter for EXECUTIONID, with configurable default |
ASK_EXECUTIONID() |
Getter for EXECUTIONID w/ exceptions if field has no value |
HAS_EXECUTIONID() |
Determine if EXECUTIONID has a value |
createdAt¶
Timestamp when the chat was created
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
Timestamp when the chat was last updated
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
summary¶
Summary or title of the chat
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUMMARY() |
Getter for SUMMARY, with configurable default |
ASK_SUMMARY() |
Getter for SUMMARY w/ exceptions if field has no value |
HAS_SUMMARY() |
Determine if SUMMARY has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CHATEXECUTIONLIST¶
TYPES TT_CHATEXECUTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DOACHATEXECUTION WITH DEFAULT KEY
.