/AWS1/CL_DOASENDMSGCONTBLKST00¶
Event emitted when a new content block starts
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_index TYPE /AWS1/DOAINTEGER /AWS1/DOAINTEGER¶
Zero-based index of the content block
iv_type TYPE /AWS1/DOASTRING /AWS1/DOASTRING¶
The type of content in this block
iv_id TYPE /AWS1/DOASTRING /AWS1/DOASTRING¶
Block identifier
iv_parentid TYPE /AWS1/DOASTRING /AWS1/DOASTRING¶
Optional parent block ID for nested content blocks (e.g. subagent tool calls)
iv_sequencenumber TYPE /AWS1/DOAINTEGER /AWS1/DOAINTEGER¶
Event sequence number
Queryable Attributes¶
index¶
Zero-based index of the content block
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INDEX() |
Getter for INDEX, with configurable default |
ASK_INDEX() |
Getter for INDEX w/ exceptions if field has no value |
HAS_INDEX() |
Determine if INDEX has a value |
type¶
The type of content in this block
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
id¶
Block identifier
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
parentId¶
Optional parent block ID for nested content blocks (e.g. subagent tool calls)
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARENTID() |
Getter for PARENTID, with configurable default |
ASK_PARENTID() |
Getter for PARENTID w/ exceptions if field has no value |
HAS_PARENTID() |
Determine if PARENTID has a value |
sequenceNumber¶
Event sequence number
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEQUENCENUMBER() |
Getter for SEQUENCENUMBER, with configurable default |
ASK_SEQUENCENUMBER() |
Getter for SEQUENCENUMBER w/ exceptions if field has no valu |
HAS_SEQUENCENUMBER() |
Determine if SEQUENCENUMBER has a value |