public static interface SummarizationEvaluationMetrics.ConversationDetail.MetricDetail.SectionDetailOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEvaluationResults(int index)
public abstract SummarizationEvaluationMetrics.EvaluationResult getEvaluationResults(int index)Output only. List of evaluation result. The list only contains one kind of the evaluation result.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.EvaluationResult evaluation_results = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.EvaluationResult |
|
getEvaluationResultsCount()
public abstract int getEvaluationResultsCount()Output only. List of evaluation result. The list only contains one kind of the evaluation result.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.EvaluationResult evaluation_results = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getEvaluationResultsList()
public abstract List<SummarizationEvaluationMetrics.EvaluationResult> getEvaluationResultsList()Output only. List of evaluation result. The list only contains one kind of the evaluation result.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.EvaluationResult evaluation_results = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<EvaluationResult> |
|
getEvaluationResultsOrBuilder(int index)
public abstract SummarizationEvaluationMetrics.EvaluationResultOrBuilder getEvaluationResultsOrBuilder(int index)Output only. List of evaluation result. The list only contains one kind of the evaluation result.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.EvaluationResult evaluation_results = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.EvaluationResultOrBuilder |
|
getEvaluationResultsOrBuilderList()
public abstract List<? extends SummarizationEvaluationMetrics.EvaluationResultOrBuilder> getEvaluationResultsOrBuilderList()Output only. List of evaluation result. The list only contains one kind of the evaluation result.
repeated .google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.EvaluationResult evaluation_results = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2beta1.SummarizationEvaluationMetrics.EvaluationResultOrBuilder> |
|
getScore()
public abstract float getScore()Output only. Aggregated(average) score on this section across all evaluation results. Either decompositions or rubrics.
optional float score = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
float |
The score. |
getSection()
public abstract String getSection()Output only. The name of the summary instruction.
string section = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The section. |
getSectionBytes()
public abstract ByteString getSectionBytes()Output only. The name of the summary instruction.
string section = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for section. |
getSectionSummary()
public abstract String getSectionSummary()Output only. Summary for this section
string section_summary = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The sectionSummary. |
getSectionSummaryBytes()
public abstract ByteString getSectionSummaryBytes()Output only. Summary for this section
string section_summary = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sectionSummary. |
hasScore()
public abstract boolean hasScore()Output only. Aggregated(average) score on this section across all evaluation results. Either decompositions or rubrics.
optional float score = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the score field is set. |