Google Cloud Dialogflow Cx V3 Client - Class TransitionRouteGroupCoverage (0.1.1)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCoverages

Transition route group coverages.

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\Cx\V3\TransitionRouteGroupCoverage\Coverage>
Returns
TypeDescription
$this

getCoverageScore

The percent of transition routes in all the transition route groups that are covered.

Returns
TypeDescription
float

setCoverageScore

The percent of transition routes in all the transition route groups that are covered.

Parameter
NameDescription
var float
Returns
TypeDescription
$this