Google Cloud Dialogflow Cx V3 Client - Class CalculateCoverageRequest (0.8.1)

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

The request message for TestCases.CalculateCoverage.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ agent string

Required. The agent to calculate coverage for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

↳ type int

Required. The type of coverage requested.

getAgent

Required. The agent to calculate coverage for.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Returns
Type Description
string

setAgent

Required. The agent to calculate coverage for.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Parameter
Name Description
var string
Returns
Type Description
$this

getType

Required. The type of coverage requested.

Returns
Type Description
int Enum of type CoverageType.

setType

Required. The type of coverage requested.

Parameter
Name Description
var int

Enum of type CoverageType.

Returns
Type Description
$this