Google Cloud Dialogflow Cx V3 Client - Class Result (0.5.1)

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

Result of the deployment.

Generated from protobuf message google.cloud.dialogflow.cx.v3.Deployment.Result

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ Deployment

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ deployment_test_results array

Results of test cases running before the deployment. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>.

↳ experiment string

The name of the experiment triggered by this deployment. Format: projects/

getDeploymentTestResults

Results of test cases running before the deployment.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDeploymentTestResults

Results of test cases running before the deployment.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getExperiment

The name of the experiment triggered by this deployment.

Format: projects/

Returns
Type Description
string

setExperiment

The name of the experiment triggered by this deployment.

Format: projects/

Parameter
Name Description
var string
Returns
Type Description
$this