Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class DeployFlowMetadata.
Metadata returned for the Environments.DeployFlow long running operation.
Generated from protobuf message google.cloud.dialogflow.cx.v3.DeployFlowMetadata
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ test_errors |
array<Google\Cloud\Dialogflow\Cx\V3\TestError>
Errors of running deployment tests. |
getTestErrors
Errors of running deployment tests.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTestErrors
Errors of running deployment tests.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\Cx\V3\TestError>
|
Returns | |
---|---|
Type | Description |
$this |