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

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 \ 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