GoogleCloudDialogflowCxV3BatchRunTestCasesRequest constructor

GoogleCloudDialogflowCxV3BatchRunTestCasesRequest({
  1. String? environment,
  2. List<String>? testCases,
})

Implementation

GoogleCloudDialogflowCxV3BatchRunTestCasesRequest({
  this.environment,
  this.testCases,
});