Google Cloud Dialogflow Cx V3 Client - Class IntentCoverage (0.3.2)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class IntentCoverage.

Intent coverage represents the percentage of all possible intents in the agent that are triggered in any of a parent's test cases.

Generated from protobuf message google.cloud.dialogflow.cx.v3.IntentCoverage

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ intents array<Google\Cloud\Dialogflow\Cx\V3\IntentCoverage\Intent>

The list of Intents present in the agent

↳ coverage_score float

The percent of intents in the agent that are covered.

getIntents

The list of Intents present in the agent

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIntents

The list of Intents present in the agent

Parameter
Name Description
var array<Google\Cloud\Dialogflow\Cx\V3\IntentCoverage\Intent>
Returns
Type Description
$this

getCoverageScore

The percent of intents in the agent that are covered.

Returns
Type Description
float

setCoverageScore

The percent of intents in the agent that are covered.

Parameter
Name Description
var float
Returns
Type Description
$this