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 message google.cloud.dialogflow.cx.v3.ContinuousTestResult
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The resource name for the continuous test result. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/continuousTestResults/<ContinuousTestResult ID>
.
↳ 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.
↳ run_time
getName
The resource name for the continuous test result. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment
ID>/continuousTestResults/<ContinuousTestResult ID>
.
string
setName
The resource name for the continuous test result. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment
ID>/continuousTestResults/<ContinuousTestResult ID>
.
var
string
$this
getResult
The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not.
int
setResult
The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not.
var
int
$this
getTestCaseResults
A list of individual test case results names in this continuous test run.
setTestCaseResults
A list of individual test case results names in this continuous test run.
var
string[]
$this
getRunTime
Time when the continuous testing run starts.
hasRunTime
clearRunTime
setRunTime
Time when the continuous testing run starts.
$this