Module: Google::Cloud::Dialogflow::CX::V3::ContinuousTestResult::AggregatedTestResult

Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/environment.rb

Overview

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

Constant Summary collapse

AGGREGATED_TEST_RESULT_UNSPECIFIED =

Not specified. Should never be used.

0
PASSED =

All the tests passed.

1
FAILED =

At least one test did not pass.

2