Show / Hide Table of Contents

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

Inheritance
object
AgentCard
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class AgentCard : IDirectResponseSchema

Properties

Description

Required. A description of the agent's domain of action/solution space.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

Name

Required. A human-readable name for the agent.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Skills

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.

Declaration
[JsonProperty("skills")]
public virtual IList<AgentSkill> Skills { get; set; }
Property Value
Type Description
IList<AgentSkill>

SupportedInterfaces

Required. Ordered list of supported interfaces. The first entry is preferred.

Declaration
[JsonProperty("supportedInterfaces")]
public virtual IList<AgentInterface> SupportedInterfaces { get; set; }
Property Value
Type Description
IList<AgentInterface>

Version

Required. The version of the agent.

Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX