GoogleCloudDialogflowCxV3ContinuousTestResult constructor

GoogleCloudDialogflowCxV3ContinuousTestResult({
  1. String? name,
  2. String? result,
  3. String? runTime,
  4. List<String>? testCaseResults,
})

Implementation

GoogleCloudDialogflowCxV3ContinuousTestResult({
  this.name,
  this.result,
  this.runTime,
  this.testCaseResults,
});