Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class OverallScoresByMetric.
Overall performance per metric. This is the aggregated score for each metric across all conversations that are selected for summarization evaluation.
Generated from protobuf message google.cloud.dialogflow.v2.SummarizationEvaluationMetrics.OverallScoresByMetric
Namespace
Google \ Cloud \ Dialogflow \ V2 \ SummarizationEvaluationMetricsMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ metric |
string
Output only. Metric name. e.g. accuracy, adherence, completeness. |
getMetric
Output only. Metric name. e.g. accuracy, adherence, completeness.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMetric
Output only. Metric name. e.g. accuracy, adherence, completeness.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|