Class GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult
Evaluation result per conversation(&summary), metric and section.
Inheritance
GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult
Implements
Inherited Members
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 |