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

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

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

The configuration to be used to generate the evaluations.

Inheritance

object > GenerateAppResourceRequest.Types.EvaluationGenerationConfig

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

EvaluationGenerationConfig()

public EvaluationGenerationConfig()

EvaluationGenerationConfig(EvaluationGenerationConfig)

public EvaluationGenerationConfig(GenerateAppResourceRequest.Types.EvaluationGenerationConfig other)
Parameter
Name Description
other GenerateAppResourceRequestTypesEvaluationGenerationConfig

Properties

DatasetId

public string DatasetId { get; set; }

Optional. The insights dataset to be used to fetch conversation data for generating the evaluations. 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