GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig constructor

GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig({
  1. bool? enableContinuousRun,
  2. bool? enablePredeploymentRun,
  3. List<String>? testCases,
})

Implementation

GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig({
  this.enableContinuousRun,
  this.enablePredeploymentRun,
  this.testCases,
});