Class LfA2aV1AgentExtension
A declaration of a protocol extension supported by an Agent.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class LfA2aV1AgentExtension : IDirectResponseSchema
Properties
Description
A human-readable description of how this agent uses the extension.
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. Extension-specific configuration parameters.
Declaration
[JsonProperty("params")]
public virtual IDictionary<string, object> Params__ { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
Required
If true, the client must understand and comply with the extension's requirements.
Declaration
[JsonProperty("required")]
public virtual bool? Required { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Uri
The unique URI identifying the extension.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |