/AWS1/CL_BDCBRANCH¶
Contains information about a branch in an AgentCore Memory resource. Branches allow for organizing events into different conversation threads or paths.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/BDCBRANCHNAME /AWS1/BDCBRANCHNAME¶
The name of the branch.
Optional arguments:¶
iv_rooteventid TYPE /AWS1/BDCEVENTID /AWS1/BDCEVENTID¶
The identifier of the root event for this branch.
Queryable Attributes¶
rootEventId¶
The identifier of the root event for this branch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROOTEVENTID() |
Getter for ROOTEVENTID, with configurable default |
ASK_ROOTEVENTID() |
Getter for ROOTEVENTID w/ exceptions if field has no value |
HAS_ROOTEVENTID() |
Determine if ROOTEVENTID has a value |
name¶
The name of the branch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |