Skip to content

/AWS1/CL_DOALISTPENDINGMSGSRSP

Response structure containing a list of pending messages

CONSTRUCTOR

IMPORTING

Required arguments:

iv_agentspaceid TYPE /AWS1/DOAAGENTSPACEID /AWS1/DOAAGENTSPACEID

Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)

iv_executionid TYPE /AWS1/DOASTRING /AWS1/DOASTRING

The unique identifier for the execution.

it_messages TYPE /AWS1/CL_DOAPENDINGMESSAGE=>TT_PENDINGMESSAGES TT_PENDINGMESSAGES

The list of pending messages for the execution.

iv_createdat TYPE /AWS1/DOATIMESTAMP /AWS1/DOATIMESTAMP

Timestamp when the pending messages were created.


Queryable Attributes

agentSpaceId

Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)

Accessible with the following methods

Method Description
GET_AGENTSPACEID() Getter for AGENTSPACEID, with configurable default
ASK_AGENTSPACEID() Getter for AGENTSPACEID w/ exceptions if field has no value
HAS_AGENTSPACEID() Determine if AGENTSPACEID has a value

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

messages

The list of pending messages for the execution.

Accessible with the following methods

Method Description
GET_MESSAGES() Getter for MESSAGES, with configurable default
ASK_MESSAGES() Getter for MESSAGES w/ exceptions if field has no value
HAS_MESSAGES() Determine if MESSAGES has a value

createdAt

Timestamp when the pending messages were 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