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 \ DeploymentMethods
__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: |
↳ 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 | |
---|---|
Type | Description |
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 | |
---|---|
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 |