public sealed class AgentCard : IMessage<AgentCard>, IEquatable<AgentCard>, IDeepCloneable<AgentCard>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class AgentCard.
AgentCard conveys key information about a remote agent. It is a trimmed version of the AgentCard defined in the A2A protocol https://a2a-protocol.org/dev/specification/#441-agentcard
Implements
IMessageAgentCard, IEquatableAgentCard, IDeepCloneableAgentCard, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
AgentCard()
public AgentCard()AgentCard(AgentCard)
public AgentCard(AgentCard other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentCard |
Properties
Description
public string Description { get; set; }Required. A description of the agent's domain of action/solution space.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Required. A human-readable name for the agent.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Skills
public RepeatedField<AgentSkill> Skills { get; }Required. Skills represent a unit of ability an agent can perform. This may somewhat abstract but represents a more focused set of actions that the agent is highly likely to succeed at.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAgentSkill |
|
SupportedInterfaces
public RepeatedField<AgentInterface> SupportedInterfaces { get; }Required. Ordered list of supported interfaces. The first entry is preferred.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAgentInterface |
|
Version
public string Version { get; set; }Required. The version of the agent.
| Property Value | |
|---|---|
| Type | Description |
string |
|