Class GenerateAppResourceRequestAppVersionContext
The app version context specifying the base snapshot and target agent.
Implements
Inherited Members
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 |