Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class RunContinuousTestMetadata.
Metadata returned for the Environments.RunContinuousTest long running operation.
Generated from protobuf message google.cloud.dialogflow.cx.v3.RunContinuousTestMetadata
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ errors |
array<Google\Cloud\Dialogflow\Cx\V3\TestError>
The test errors. |
getErrors
The test errors.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setErrors
The test errors.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\Cx\V3\TestError>
|
Returns | |
---|---|
Type | Description |
$this |