/AWS1/CL_BDOAGENTCARDDEFN¶
The agent card definition for an A2A descriptor. Contains the schema version and inline content for the agent card.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_schemaversion TYPE /AWS1/BDOSCHEMAVERSION /AWS1/BDOSCHEMAVERSION¶
The schema version of the agent card based on the A2A protocol specification.
iv_inlinecontent TYPE /AWS1/BDOINLINECONTENT /AWS1/BDOINLINECONTENT¶
The JSON content containing the A2A agent card definition, conforming to the A2A protocol specification.
Queryable Attributes¶
schemaVersion¶
The schema version of the agent card based on the A2A protocol specification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAVERSION() |
Getter for SCHEMAVERSION, with configurable default |
ASK_SCHEMAVERSION() |
Getter for SCHEMAVERSION w/ exceptions if field has no value |
HAS_SCHEMAVERSION() |
Determine if SCHEMAVERSION has a value |
inlineContent¶
The JSON content containing the A2A agent card definition, conforming to the A2A protocol specification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INLINECONTENT() |
Getter for INLINECONTENT, with configurable default |
ASK_INLINECONTENT() |
Getter for INLINECONTENT w/ exceptions if field has no value |
HAS_INLINECONTENT() |
Determine if INLINECONTENT has a value |