Google Cloud Dialogflow Cx V3 Client - Class AggregatedTestResult (0.3.4)

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

The overall result for a continuous test run in an agent environment.

Protobuf type google.cloud.dialogflow.cx.v3.ContinuousTestResult.AggregatedTestResult

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ ContinuousTestResult

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AGGREGATED_TEST_RESULT_UNSPECIFIED

Value: 0

Not specified. Should never be used.

Generated from protobuf enum AGGREGATED_TEST_RESULT_UNSPECIFIED = 0;

PASSED

Value: 1

All the tests passed.

Generated from protobuf enum PASSED = 1;

FAILED

Value: 2

At least one test did not pass.

Generated from protobuf enum FAILED = 2;