Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ContinuousTestResult.
Represents a result from running a test case in an agent environment.
Generated from protobuf messagegoogle.cloud.dialogflow.cx.v3.ContinuousTestResult
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
The resource name for the continuous test result. Format:projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/continuousTestResults/<ContinuousTestResultID>.
↳ result
int
The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not.
↳ test_case_results
array
A list of individual test case results names in this continuous test run.
The resource name for the continuous test result. Format:projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/continuousTestResults/<ContinuousTestResultID>.
Returns
Type
Description
string
setName
The resource name for the continuous test result. Format:projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/continuousTestResults/<ContinuousTestResultID>.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getResult
The result of this continuous test run, i.e. whether all the tests in this
continuous test run pass or not.
Returns
Type
Description
int
setResult
The result of this continuous test run, i.e. whether all the tests in this
continuous test run pass or not.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getTestCaseResults
A list of individual test case results names in this continuous test run.
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Dialogflow Cx V3 Client - Class ContinuousTestResult (0.8.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.1 (latest)](/php/docs/reference/cloud-dialogflow-cx/latest/V3.ContinuousTestResult)\n- [0.8.0](/php/docs/reference/cloud-dialogflow-cx/0.8.0/V3.ContinuousTestResult)\n- [0.7.2](/php/docs/reference/cloud-dialogflow-cx/0.7.2/V3.ContinuousTestResult)\n- [0.6.0](/php/docs/reference/cloud-dialogflow-cx/0.6.0/V3.ContinuousTestResult)\n- [0.5.2](/php/docs/reference/cloud-dialogflow-cx/0.5.2/V3.ContinuousTestResult)\n- [0.4.1](/php/docs/reference/cloud-dialogflow-cx/0.4.1/V3.ContinuousTestResult)\n- [0.3.4](/php/docs/reference/cloud-dialogflow-cx/0.3.4/V3.ContinuousTestResult)\n- [0.2.1](/php/docs/reference/cloud-dialogflow-cx/0.2.1/V3.ContinuousTestResult)\n- [0.1.1](/php/docs/reference/cloud-dialogflow-cx/0.1.1/V3.ContinuousTestResult) \nReference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ContinuousTestResult.\n\nRepresents a result from running a test case in an agent environment.\n\nGenerated from protobuf message `google.cloud.dialogflow.cx.v3.ContinuousTestResult`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dialogflow \\\\ Cx \\\\ V3\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nThe resource name for the continuous test result. Format:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/environments/\u003cEnvironmentID\u003e/continuousTestResults/\u003cContinuousTestResultID\u003e`.\n\n### setName\n\nThe resource name for the continuous test result. Format:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/environments/\u003cEnvironmentID\u003e/continuousTestResults/\u003cContinuousTestResultID\u003e`.\n\n### getResult\n\nThe result of this continuous test run, i.e. whether all the tests in this\ncontinuous test run pass or not.\n\n### setResult\n\nThe result of this continuous test run, i.e. whether all the tests in this\ncontinuous test run pass or not.\n\n### getTestCaseResults\n\nA list of individual test case results names in this continuous test run.\n\n### setTestCaseResults\n\nA list of individual test case results names in this continuous test run.\n\n### getRunTime\n\nTime when the continuous testing run starts.\n\n### hasRunTime\n\n### clearRunTime\n\n### setRunTime\n\nTime when the continuous testing run starts."]]