Class A2aV1AgentExtension
A declaration of an extension supported by an Agent.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class A2aV1AgentExtension : IDirectResponseSchema
Properties
Description
A description of how this agent uses this extension. Example: "Google OAuth 2.0 authentication"
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 |
Params__
Optional configuration for the extension.
Declaration
[JsonProperty("params")]
public virtual IDictionary<string, object> Params__ { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
Required
Whether the client must follow specific requirements of the extension. Example: false
Declaration
[JsonProperty("required")]
public virtual bool? Required { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Uri
The URI of the extension. Example: "https://developers.google.com/identity/protocols/oauth2"
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |