Show / Hide Table of Contents

Class A2aV1AgentCapabilities

Defines the A2A feature set supported by the agent

Inheritance
object
A2aV1AgentCapabilities
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.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class A2aV1AgentCapabilities : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Extensions

Extensions supported by this agent.

Declaration
[JsonProperty("extensions")]
public virtual IList<A2aV1AgentExtension> Extensions { get; set; }
Property Value
Type Description
IList<A2aV1AgentExtension>

PushNotifications

If the agent can send push notifications to the clients webhook

Declaration
[JsonProperty("pushNotifications")]
public virtual bool? PushNotifications { get; set; }
Property Value
Type Description
bool?

Streaming

If the agent will support streaming responses

Declaration
[JsonProperty("streaming")]
public virtual bool? Streaming { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX