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 page details the `TestCaseResult` resource, which represents the outcome of a test case execution within an agent environment."],["`TestCaseResult` contains information such as the test's name, the environment in which it was run, the conversation turns, the test result (`PASSED` or `FAILED`), and the timestamp of the test."],["The JSON representation of `TestCaseResult` includes fields like `name`, `environment`, `conversationTurns`, `testResult`, and `testTime`, with specific formats and data types for each."],["The `TestResult` enum defines the possible outcomes of a test case: `TEST_RESULT_UNSPECIFIED`, `PASSED`, and `FAILED`."],["There are two methods that can be used to interact with the test case results, `get` to retrieve a specific result and `list` to get all the results for a given test case."]]],[]]