Module: Google::Cloud::Dialogflow::CX::V3::TestResult
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb
Overview
The test result for a test case and an agent environment.
Constant Summary collapse
- TEST_RESULT_UNSPECIFIED =
Not specified. Should never be used.
0
- PASSED =
The test passed.
1
- FAILED =
The test did not pass.
2