/AWS1/CL_BDCDESCRIPTORS¶
Contains the descriptor configuration for a registry record. Only the field that matches the record's descriptorType is populated.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_mcp TYPE REF TO /AWS1/CL_BDCMCPDESCRIPTOR /AWS1/CL_BDCMCPDESCRIPTOR¶
The MCP (Model Context Protocol) descriptor configuration. Populated when the record's
descriptorTypeisMCP.
io_a2a TYPE REF TO /AWS1/CL_BDCA2ADESCRIPTOR /AWS1/CL_BDCA2ADESCRIPTOR¶
The A2A (Agent-to-Agent) descriptor configuration. Populated when the record's
descriptorTypeisA2A.
io_custom TYPE REF TO /AWS1/CL_BDCCUSTOMDESCRIPTOR /AWS1/CL_BDCCUSTOMDESCRIPTOR¶
The custom descriptor configuration. Populated when the record's
descriptorTypeisCUSTOM.
io_agentskills TYPE REF TO /AWS1/CL_BDCAGNTSKILLSDESCRPTR /AWS1/CL_BDCAGNTSKILLSDESCRPTR¶
The agent skills descriptor configuration. Populated when the record's
descriptorTypeisAGENT_SKILLS.
Queryable Attributes¶
mcp¶
The MCP (Model Context Protocol) descriptor configuration. Populated when the record's
descriptorTypeisMCP.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MCP() |
Getter for MCP |
a2a¶
The A2A (Agent-to-Agent) descriptor configuration. Populated when the record's
descriptorTypeisA2A.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_A2A() |
Getter for A2A |
custom¶
The custom descriptor configuration. Populated when the record's
descriptorTypeisCUSTOM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOM() |
Getter for CUSTOM |
agentSkills¶
The agent skills descriptor configuration. Populated when the record's
descriptorTypeisAGENT_SKILLS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTSKILLS() |
Getter for AGENTSKILLS |