Class GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail
Aggregated evaluation result on conversation level. This conatins evaluation results of all the metrics and sections.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail : 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<GoogleCloudDialogflowV2MessageEntry> MessageEntries { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDialogflowV2MessageEntry> |
MetricDetails
Output only. List of metric details.
Declaration
[JsonProperty("metricDetails")]
public virtual IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetail> MetricDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetail> |
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<GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken> SectionTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken> |
SummarySections
Output only. Summary sections that used for summarization evaluation as a reference.
Declaration
[JsonProperty("summarySections")]
public virtual IList<GoogleCloudDialogflowV2SummarySuggestionSummarySection> SummarySections { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDialogflowV2SummarySuggestionSummarySection> |