/AWS1/CL_DOACREATECHATRESPONSE¶
Response structure for creating a new chat
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_executionid TYPE /AWS1/DOARESOURCEID /AWS1/DOARESOURCEID¶
The unique identifier for the created execution
iv_createdat TYPE /AWS1/DOATIMESTAMP /AWS1/DOATIMESTAMP¶
Timestamp when the chat was created
Queryable Attributes¶
executionId¶
The unique identifier for the created 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 |