Class GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail
Aggregated evaluation result on conversation level. This contains evaluation results of all the metrics and sections.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MessageEntries
Output only. Conversation transcript that used for summarization evaluation as a reference.
Declaration
[JsonProperty("messageEntries")]
public virtual IList<GoogleCloudDialogflowV2beta1MessageEntry> MessageEntries { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDialogflowV2beta1MessageEntry> |
MetricDetails
Output only. List of metric details.
Declaration
[JsonProperty("metricDetails")]
public virtual IList<GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail> MetricDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail> |
SectionTokens
Output only. Conversation level token count per section. This is an aggregated(sum) result of input token of summary acorss all metrics for a single conversation.
Declaration
[JsonProperty("sectionTokens")]
public virtual IList<GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken> SectionTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken> |
SummarySections
Output only. Summary sections that used for summarization evaluation as a reference.
Declaration
[JsonProperty("summarySections")]
public virtual IList<GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection> SummarySections { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection> |