Skip to content

/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 descriptorType is MCP.

io_a2a TYPE REF TO /AWS1/CL_BDCA2ADESCRIPTOR /AWS1/CL_BDCA2ADESCRIPTOR

The A2A (Agent-to-Agent) descriptor configuration. Populated when the record's descriptorType is A2A.

io_custom TYPE REF TO /AWS1/CL_BDCCUSTOMDESCRIPTOR /AWS1/CL_BDCCUSTOMDESCRIPTOR

The custom descriptor configuration. Populated when the record's descriptorType is CUSTOM.

io_agentskills TYPE REF TO /AWS1/CL_BDCAGNTSKILLSDESCRPTR /AWS1/CL_BDCAGNTSKILLSDESCRPTR

The agent skills descriptor configuration. Populated when the record's descriptorType is AGENT_SKILLS.


Queryable Attributes

mcp

The MCP (Model Context Protocol) descriptor configuration. Populated when the record's descriptorType is MCP.

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 descriptorType is A2A.

Accessible with the following methods

Method Description
GET_A2A() Getter for A2A

custom

The custom descriptor configuration. Populated when the record's descriptorType is CUSTOM.

Accessible with the following methods

Method Description
GET_CUSTOM() Getter for CUSTOM

agentSkills

The agent skills descriptor configuration. Populated when the record's descriptorType is AGENT_SKILLS.

Accessible with the following methods

Method Description
GET_AGENTSKILLS() Getter for AGENTSKILLS