Show / Hide Table of Contents

Class GenerateAppResourceRequestAppVersionContext

The app version context specifying the base snapshot and target agent.

Inheritance
object
GenerateAppResourceRequestAppVersionContext
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.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class GenerateAppResourceRequestAppVersionContext : IDirectResponseSchema

Properties

AgentResourceName

The resource name of the target agent to be used by the LLM assistant. Format: projects/{project}/locations/{location}/apps/{app}/agents/{agent}

Declaration
[JsonProperty("agentResourceName")]
public virtual string AgentResourceName { get; set; }
Property Value
Type Description
string

AppVersion

The resource name of the app version to be used by the LLM assistant. Format: projects/{project}/locations/{location}/apps/{app}/versions/{version}

Declaration
[JsonProperty("appVersion")]
public virtual string AppVersion { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX