Class LfA2aV1AgentProvider
Represents the service provider of an agent.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class LfA2aV1AgentProvider : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Organization
Required. The name of the agent provider's organization. Example: "Google"
Declaration
[JsonProperty("organization")]
public virtual string Organization { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Required. A URL for the agent provider's website or relevant documentation. Example: "https://ai.google.dev"
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |