Google Cloud Dialogflow Cx V3 Client - Class BatchRunTestCasesMetadata (0.2.1)

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

Metadata returned for the TestCases.BatchRunTestCases long running operation.

Generated from protobuf message google.cloud.dialogflow.cx.v3.BatchRunTestCasesMetadata

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setErrors

The test errors.

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\Cx\V3\TestError>
Returns
TypeDescription
$this