public sealed class Agent.Types.Card : IMessage<Agent.Types.Card>, IEquatable<Agent.Types.Card>, IDeepCloneable<Agent.Types.Card>, IBufferMessage, IMessageReference documentation and code samples for the Agent Registry v1 API class Agent.Types.Card.
Full Agent Card payload, often obtained from the A2A Agent Card.
Implements
IMessageAgentTypesCard, IEquatableAgentTypesCard, IDeepCloneableAgentTypesCard, IBufferMessage, IMessageNamespace
Google.Cloud.AgentRegistry.V1Assembly
Google.Cloud.AgentRegistry.V1.dll
Constructors
Card()
public Card()Card(Card)
public Card(Agent.Types.Card other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentTypesCard |
Properties
Content
public Struct Content { get; set; }Output only. The content of the agent card.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|
Type
public Agent.Types.Card.Types.Type Type { get; set; }Output only. The type of agent card.
| Property Value | |
|---|---|
| Type | Description |
AgentTypesCardTypesType |
|