Show / Hide Table of Contents

Class GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult

Evaluation result per conversation(&summary), metric and section.

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

Properties

Decompositions

Output only. List of decompostion details

Declaration
[JsonProperty("decompositions")]
public virtual IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition> Decompositions { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition>

ETag

The ETag of the item.

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

EvaluationResults

Output only. List of evaluation results.

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

Metric

Output only. metric name, e.g. accuracy, completeness, adherence, etc.

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

Score

Output only. score calculated from decompositions

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

Section

Output only. section/task name, e.g. action, situation, etc

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

SectionSummary

Output only. Summary of this section

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

SessionId

Output only. conversation session id

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX