Show / Hide Table of Contents

Class LfA2aV1AgentProvider

Represents the service provider of an agent.

Inheritance
object
LfA2aV1AgentProvider
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX