Show / Hide Table of Contents

Class GenerateAppResourceRequestAppGenerationConfig

The configuration to be used to generate the app.

Inheritance
object
GenerateAppResourceRequestAppGenerationConfig
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 GenerateAppResourceRequestAppGenerationConfig : IDirectResponseSchema

Properties

Context

Optional. The context which describes the requirements of the agents & tools to be generated.

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

DatasetId

Optional. The insights dataset to be used to fetch conversation data for generating the agents & tools. Format: projects/{project}/locations/{location}/datasets/{dataset}.

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

FileContexts

Optional. The files to be used as context.

Declaration
[JsonProperty("fileContexts")]
public virtual IList<FileContext> FileContexts { get; set; }
Property Value
Type Description
IList<FileContext>

GcsLocation

Optional. The Cloud Storage location to store the generated question answer data to be used by the Datastore tool. This data is generated only when using conversation data as an input source. The location must be in the same project as the app. Format: gs://....

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

GenerateEvaluations

Optional. Whether to generate the evaluations for the app. If true, the provided context will be used to generate the evaluations data.

Declaration
[JsonProperty("generateEvaluations")]
public virtual bool? GenerateEvaluations { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX