A2aAgentCardDescriptor

Descriptor that defines the content of an A2A (Agent-to-Agent) agent card registry record. The content is validated against the A2A protocol schema.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val data: String?

The A2A agent card content, serialized as descriptor payload data.

Link copied to clipboard

The schema version of the descriptor payload.

Link copied to clipboard

The optional source configuration used to synchronize the A2A agent card descriptor content.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String