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

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

The test result for a test case and an agent environment.

Protobuf type google.cloud.dialogflow.cx.v3.TestResult

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TEST_RESULT_UNSPECIFIED

Value: 0

Not specified. Should never be used.

Generated from protobuf enum TEST_RESULT_UNSPECIFIED = 0;

PASSED

Value: 1

The test passed.

Generated from protobuf enum PASSED = 1;

FAILED

Value: 2

The test did not pass.

Generated from protobuf enum FAILED = 2;