Show / Hide Table of Contents

Class GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail

Aggregated evaluation result on conversation level. This conatins evaluation results of all the metrics and sections.

Inheritance
object
GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX