Class LfA2aV1AgentCard
A self-describing manifest for an agent. It provides essential metadata including the agent's identity, capabilities, skills, supported communication methods, and security requirements. Next ID: 20
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class LfA2aV1AgentCard : IDirectResponseSchema
Properties
Capabilities
Required. A2A Capability set supported by the agent.
Declaration
[JsonProperty("capabilities")]
public virtual LfA2aV1AgentCapabilities Capabilities { get; set; }
Property Value
| Type | Description |
|---|---|
| LfA2aV1AgentCapabilities |
DefaultInputModes
Required. protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills. This can be overridden per skill. Defined as media types.
Declaration
[JsonProperty("defaultInputModes")]
public virtual IList<string> DefaultInputModes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
DefaultOutputModes
Required. The media types supported as outputs from this agent.
Declaration
[JsonProperty("defaultOutputModes")]
public virtual IList<string> DefaultOutputModes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Description
Required. A human-readable description of the agent, assisting users and other agents in understanding its purpose. Example: "Agent that helps users with recipes and cooking."
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DocumentationUrl
A URL providing additional documentation about the agent.
Declaration
[JsonProperty("documentationUrl")]
public virtual string DocumentationUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IconUrl
Optional. A URL to an icon for the agent.
Declaration
[JsonProperty("iconUrl")]
public virtual string IconUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Required. A human readable name for the agent. Example: "Recipe Agent"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Provider
The service provider of the agent.
Declaration
[JsonProperty("provider")]
public virtual LfA2aV1AgentProvider Provider { get; set; }
Property Value
| Type | Description |
|---|---|
| LfA2aV1AgentProvider |
SecurityRequirements
Security requirements for contacting the agent.
Declaration
[JsonProperty("securityRequirements")]
public virtual IList<LfA2aV1SecurityRequirement> SecurityRequirements { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<LfA2aV1SecurityRequirement> |
SecuritySchemes
The security scheme details used for authenticating with this agent.
Declaration
[JsonProperty("securitySchemes")]
public virtual IDictionary<string, LfA2aV1SecurityScheme> SecuritySchemes { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, LfA2aV1SecurityScheme> |
Signatures
JSON Web Signatures computed for this AgentCard.
Declaration
[JsonProperty("signatures")]
public virtual IList<LfA2aV1AgentCardSignature> Signatures { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<LfA2aV1AgentCardSignature> |
Skills
Required. Skills represent the abilities of an agent. It is largely a descriptive concept but represents a more focused set of behaviors that the agent is likely to succeed at.
Declaration
[JsonProperty("skills")]
public virtual IList<LfA2aV1AgentSkill> Skills { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<LfA2aV1AgentSkill> |
SupportedInterfaces
Required. Ordered list of supported interfaces. The first entry is preferred.
Declaration
[JsonProperty("supportedInterfaces")]
public virtual IList<LfA2aV1AgentInterface> SupportedInterfaces { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<LfA2aV1AgentInterface> |
Version
Required. The version of the agent. Example: "1.0.0"
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |