Class A2aV1AgentInterface
Defines additional transport information for the agent.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class A2aV1AgentInterface : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tenant
Tenant to be set in the request when calling the agent. Experimental, might still change for 1.0 release.
Declaration
[JsonProperty("tenant")]
public virtual string Tenant { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Transport
The transport supported this url. This is an open form string, to be easily extended for many transport protocols. The core ones officially supported are JSONRPC, GRPC and HTTP+JSON.
Declaration
[JsonProperty("transport")]
public virtual string Transport { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
The url this interface is found at.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |