Class A2aV1AgentCapabilities
Defines the A2A feature set supported by the agent
Implements
Inherited Members
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? |