Google Cloud Dialogflow Cx V3 Client - Class Result (0.2.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
NameDescription
data array

Optional. Data for populating the Message object.

↳ deployment_test_results array

Results of test cases running before the deployment. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>/results/<TestCaseResult ID>.

↳ experiment string

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

getDeploymentTestResults

Results of test cases running before the deployment.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>/results/<TestCaseResult ID>.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDeploymentTestResults

Results of test cases running before the deployment.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>/results/<TestCaseResult ID>.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getExperiment

The name of the experiment triggered by this deployment.

Format: projects/

Returns
TypeDescription
string

setExperiment

The name of the experiment triggered by this deployment.

Format: projects/

Parameter
NameDescription
var string
Returns
TypeDescription
$this