Show / Hide Table of Contents

Class GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig

Evaluation configs for summarization generator.

Inheritance
object
GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig
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.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig : IDirectResponseSchema

Properties

AccuracyEvaluationVersion

Optional. Version for summarization accuracy. This will determine the prompt and model used at backend.

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

CompletenessEvaluationVersion

Optional. Version for summarization completeness. This will determine the prompt and model used at backend.

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

EnableAccuracyEvaluation

Optional. Enable accuracy evaluation.

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

EnableCompletenessEvaluation

Optional. Enable completeness evaluation.

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

EvaluatorVersion

Optional. Version for summarization evaluation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX