Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
The resource name for the test case result. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>.
environment
string
Environment where the test was run. If not set, it indicates the draft environment.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
TestResult
The test result for a test case and an agent environment.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This resource, `TestCaseResult`, represents the outcome of a test case execution within an agent environment."],["The JSON representation of `TestCaseResult` includes details such as the test name, environment, conversation turns, overall test result, and the test execution time."],["`TestCaseResult` contains fields like `name` for resource identification, `environment` to specify where the test ran, `conversationTurns` for the chronological sequence of dialogue, `testResult` indicating pass/fail, and `testTime` for the timestamp."],["The `TestResult` enum defines the possible outcomes of a test, which can be either `PASSED`, `FAILED`, or `TEST_RESULT_UNSPECIFIED`."],["The methods available for interacting with `TestCaseResult` resources include `get` for retrieving a specific test case result and `list` for fetching a list of test results for a given test case."]]],[]]