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.

REST Resource: projects.locations.agents.testCases.results

Resource: TestCaseResult

Represents a result from running a test case in an agent environment.

JSON representation
{
 "name": string,
 "environment": string,
 "conversationTurns": [
 {
 object (ConversationTurn )
 }
 ],
 "testResult": enum (TestResult ),
 "testTime": string
}
Fields
name

string

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.

conversationTurns[]

object (ConversationTurn )

The conversation turns uttered during the test case replay in chronological order.

testResult

enum (TestResult )

Whether the test case passed in the agent environment.

testTime

string (Timestamp format)

The time that the test was run.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014年10月02日T15:01:23Z", "2014年10月02日T15:01:23.045123456Z" or "2014年10月02日T15:01:23+05:30".

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

get

Gets a test case result.

list

Fetches the list of run results for the given test case.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年08月21日 UTC.