Class GoogleCloudDialogflowV2SummarizationEvaluationMetrics
Evaluation metrics for summarization generator.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SummarizationEvaluationMetrics : IDirectResponseSchema
Properties
ConversationDetails
Output only. List of conversation details.
Declaration
[JsonProperty("conversationDetails")]
public virtual IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail> ConversationDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OverallMetrics
Output only. A list of aggregated(average) scores per metric section.
Declaration
[JsonProperty("overallMetrics")]
public virtual IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsOverallScoresByMetric> OverallMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsOverallScoresByMetric> |
OverallSectionTokens
Output only. Overall token per section. This is an aggregated(sum) result of input token of summary acorss all conversations that are selected for summarization evaluation.
Declaration
[JsonProperty("overallSectionTokens")]
public virtual IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken> OverallSectionTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken> |
SummarizationEvaluationMergedResultsUri
Output only. User bucket uri for merged evaluation score and aggregation score csv.
Declaration
[JsonProperty("summarizationEvaluationMergedResultsUri")]
public virtual string SummarizationEvaluationMergedResultsUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SummarizationEvaluationResults
Output only. A list of evaluation results per conversation(&summary), metric and section.
Declaration
[JsonProperty("summarizationEvaluationResults")]
public virtual IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult> SummarizationEvaluationResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult> |