Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class AccuracyDecomposition.
Decomposition details for accuracy.
Generated from protobuf message google.cloud.dialogflow.v2.SummarizationEvaluationMetrics.AccuracyDecomposition
Namespace
Google \ Cloud \ Dialogflow \ V2 \ SummarizationEvaluationMetricsMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ point |
string
Output only. The breakdown point of the summary. |
↳ accuracy_reasoning |
string
Output only. The accuracy reasoning of the breakdown point. |
↳ is_accurate |
bool
Output only. Whether the breakdown point is accurate or not. |
getPoint
Output only. The breakdown point of the summary.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPoint
Output only. The breakdown point of the summary.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAccuracyReasoning
Output only. The accuracy reasoning of the breakdown point.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAccuracyReasoning
Output only. The accuracy reasoning of the breakdown point.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIsAccurate
Output only. Whether the breakdown point is accurate or not.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasIsAccurate
clearIsAccurate
setIsAccurate
Output only. Whether the breakdown point is accurate or not.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|