Show / Hide Table of Contents

Class GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail

Section level result.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EvaluationResults

Output only. List of evaluation result. The list only contains one kind of the evaluation result.

Declaration
[JsonProperty("evaluationResults")]
public virtual IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult> EvaluationResults { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult>

Score

Output only. Aggregated(average) score on this section across all evaluation results. Either decompositions or rubrics.

Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type Description
float?

Section

Output only. The name of the summary instruction.

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

SectionSummary

Output only. Summary for this section

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX