Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class TransitionRouteGroupCoverage.
Transition route group coverage represents the percentage of all possible transition routes present within any of a parent's test cases. The results are grouped by the transition route group.
Generated from protobuf message google.cloud.dialogflow.cx.v3.TransitionRouteGroupCoverage
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ coverages |
array<Google\Cloud\Dialogflow\Cx\V3\TransitionRouteGroupCoverage\Coverage>
Transition route group coverages. |
↳ coverage_score |
float
The percent of transition routes in all the transition route groups that are covered. |
getCoverages
Transition route group coverages.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCoverages
Transition route group coverages.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\Cx\V3\TransitionRouteGroupCoverage\Coverage>
|
Returns | |
---|---|
Type | Description |
$this |
getCoverageScore
The percent of transition routes in all the transition route groups that are covered.
Returns | |
---|---|
Type | Description |
float |
setCoverageScore
The percent of transition routes in all the transition route groups that are covered.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |