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 \ V3Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TEST_RESULT_UNSPECIFIED
Value: 0Not specified. Should never be used.
Generated from protobuf enum TEST_RESULT_UNSPECIFIED = 0;
PASSED
Value: 1The test passed.
Generated from protobuf enum PASSED = 1;
FAILED
Value: 2The test did not pass.
Generated from protobuf enum FAILED = 2;