Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CalculateCoverageResponse.
The response message for TestCases.CalculateCoverage .
Generated from protobuf message google.cloud.dialogflow.cx.v3.CalculateCoverageResponse
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ agent
string
The agent to calculate coverage for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
↳ intent_coverage
↳ transition_coverage
Google\Cloud\Dialogflow\Cx\V3\TransitionCoverage
Transition (excluding transition route groups) coverage.
↳ route_group_coverage
getAgent
The agent to calculate coverage for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
string
setAgent
The agent to calculate coverage for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
var
string
$this
getIntentCoverage
Intent coverage.
hasIntentCoverage
setIntentCoverage
Intent coverage.
$this
getTransitionCoverage
Transition (excluding transition route groups) coverage.
hasTransitionCoverage
setTransitionCoverage
Transition (excluding transition route groups) coverage.
$this
getRouteGroupCoverage
Transition route group coverage.
hasRouteGroupCoverage
setRouteGroupCoverage
Transition route group coverage.
$this
getCoverageType
string