Resource: TestCaseResult
Represents a result from running a test case in an agent environment.
JSON representation |
---|
{ "name": string, "environment": string, "conversationTurns": [ { object ( |
Fields | |
---|---|
name |
The resource name for the test case result. Format: |
environment |
Environment where the test was run. If not set, it indicates the draft environment. |
conversation |
The conversation turns uttered during the test case replay in chronological order. |
test |
Whether the test case passed in the agent environment. |
test |
The time that the test was run. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
TestResult
The test result for a test case and an agent environment.
Enums | |
---|---|
TEST_RESULT_UNSPECIFIED |
Not specified. Should never be used. |
PASSED |
The test passed. |
FAILED |
The test did not pass. |
Methods |
|
---|---|
|
Gets a test case result. |
|
Fetches the list of run results for the given test case. |