public static interface SummarizationEvaluationMetrics.ConversationDetailOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMessageEntries(int index)
public abstract MessageEntry getMessageEntries(int index)Output only. Conversation transcript that used for summarization evaluation as a reference.
repeated .google.cloud.dialogflow.v2beta1.MessageEntry message_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MessageEntry |
|
getMessageEntriesCount()
public abstract int getMessageEntriesCount()Output only. Conversation transcript that used for summarization evaluation as a reference.
repeated .google.cloud.dialogflow.v2beta1.MessageEntry message_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getMessageEntriesList()
public abstract List<MessageEntry> getMessageEntriesList()Output only. Conversation transcript that used for summarization evaluation as a reference.
repeated .google.cloud.dialogflow.v2beta1.MessageEntry message_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<MessageEntry> |
|
getMessageEntriesOrBuilder(int index)
public abstract MessageEntryOrBuilder getMessageEntriesOrBuilder(int index)Output only. Conversation transcript that used for summarization evaluation as a reference.
repeated .google.cloud.dialogflow.v2beta1.MessageEntry message_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MessageEntryOrBuilder |
|
getMessageEntriesOrBuilderList()
public abstract List<? extends MessageEntryOrBuilder> getMessageEntriesOrBuilderList()Output only. Conversation transcript that used for summarization evaluation as a reference.
repeated .google.cloud.dialogflow.v2beta1.MessageEntry message_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2beta1.MessageEntryOrBuilder> |
|
getMetricDetails(int index)
public abstract SummarizationEvaluationMetrics.ConversationDetail.MetricDetail getMetricDetails(int index)Output only. List of metric details.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.ConversationDetail.MetricDetail metric_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.ConversationDetail.MetricDetail |
|
getMetricDetailsCount()
public abstract int getMetricDetailsCount()Output only. List of metric details.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.ConversationDetail.MetricDetail metric_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getMetricDetailsList()
public abstract List<SummarizationEvaluationMetrics.ConversationDetail.MetricDetail> getMetricDetailsList()Output only. List of metric details.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.ConversationDetail.MetricDetail metric_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<MetricDetail> |
|
getMetricDetailsOrBuilder(int index)
public abstract SummarizationEvaluationMetrics.ConversationDetail.MetricDetailOrBuilder getMetricDetailsOrBuilder(int index)Output only. List of metric details.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.ConversationDetail.MetricDetail metric_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.ConversationDetail.MetricDetailOrBuilder |
|
getMetricDetailsOrBuilderList()
public abstract List<? extends SummarizationEvaluationMetrics.ConversationDetail.MetricDetailOrBuilder> getMetricDetailsOrBuilderList()Output only. List of metric details.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.ConversationDetail.MetricDetail metric_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.ConversationDetail.MetricDetailOrBuilder> |
|
getSectionTokens(int index)
public abstract SummarizationEvaluationMetrics.SectionToken getSectionTokens(int index)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.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.SectionToken section_tokens = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.SectionToken |
|
getSectionTokensCount()
public abstract int getSectionTokensCount()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.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.SectionToken section_tokens = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getSectionTokensList()
public abstract List<SummarizationEvaluationMetrics.SectionToken> getSectionTokensList()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.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.SectionToken section_tokens = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<SectionToken> |
|
getSectionTokensOrBuilder(int index)
public abstract SummarizationEvaluationMetrics.SectionTokenOrBuilder getSectionTokensOrBuilder(int index)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.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.SectionToken section_tokens = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.SectionTokenOrBuilder |
|
getSectionTokensOrBuilderList()
public abstract List<? extends SummarizationEvaluationMetrics.SectionTokenOrBuilder> getSectionTokensOrBuilderList()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.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.SectionToken section_tokens = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.SectionTokenOrBuilder> |
|
getSummarySections(int index)
public abstract SummarySuggestion.SummarySection getSummarySections(int index)Output only. Summary sections that used for summarization evaluation as a reference.
repeated .google.cloud.dialogflow.v2beta1.SummarySuggestion.SummarySection summary_sections = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SummarySuggestion.SummarySection |
|
getSummarySectionsCount()
public abstract int getSummarySectionsCount()Output only. Summary sections that used for summarization evaluation as a reference.
repeated .google.cloud.dialogflow.v2beta1.SummarySuggestion.SummarySection summary_sections = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getSummarySectionsList()
public abstract List<SummarySuggestion.SummarySection> getSummarySectionsList()Output only. Summary sections that used for summarization evaluation as a reference.
repeated .google.cloud.dialogflow.v2beta1.SummarySuggestion.SummarySection summary_sections = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<SummarySection> |
|
getSummarySectionsOrBuilder(int index)
public abstract SummarySuggestion.SummarySectionOrBuilder getSummarySectionsOrBuilder(int index)Output only. Summary sections that used for summarization evaluation as a reference.
repeated .google.cloud.dialogflow.v2beta1.SummarySuggestion.SummarySection summary_sections = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SummarySuggestion.SummarySectionOrBuilder |
|
getSummarySectionsOrBuilderList()
public abstract List<? extends SummarySuggestion.SummarySectionOrBuilder> getSummarySectionsOrBuilderList()Output only. Summary sections that used for summarization evaluation as a reference.
repeated .google.cloud.dialogflow.v2beta1.SummarySuggestion.SummarySection summary_sections = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2beta1.SummarySuggestion.SummarySectionOrBuilder> |
|