Gemini Enterprise for Customer Experience v1beta API - Class GenerateAppResourceRequest.Types.AppGenerationConfig (1.0.0-beta04)

public sealed class GenerateAppResourceRequest.Types.AppGenerationConfig : IMessage<GenerateAppResourceRequest.Types.AppGenerationConfig>, IEquatable<GenerateAppResourceRequest.Types.AppGenerationConfig>, IDeepCloneable<GenerateAppResourceRequest.Types.AppGenerationConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class GenerateAppResourceRequest.Types.AppGenerationConfig.

The configuration to be used to generate the app.

Inheritance

object > GenerateAppResourceRequest.Types.AppGenerationConfig

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

AppGenerationConfig()

public AppGenerationConfig()

AppGenerationConfig(AppGenerationConfig)

public AppGenerationConfig(GenerateAppResourceRequest.Types.AppGenerationConfig other)
Parameter
Name Description
other GenerateAppResourceRequestTypesAppGenerationConfig

Properties

Context

public string Context { get; set; }

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

Property Value
Type Description
string

DatasetId

public string DatasetId { get; set; }

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

Property Value
Type Description
string

DatasetIdAsDatasetName

public DatasetName DatasetIdAsDatasetName { get; set; }

DatasetName-typed view over the DatasetId resource name property.

Property Value
Type Description
DatasetName

FileContexts

public RepeatedField<FileContext> FileContexts { get; }

Optional. The files to be used as context.

Property Value
Type Description
RepeatedFieldFileContext

GcsLocation

public string GcsLocation { get; set; }

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://....

Property Value
Type Description
string

GenerateEvaluations

public bool GenerateEvaluations { get; set; }

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

Property Value
Type Description
bool