GoogleCloudDialogflowCxV3ListTestCasesResponse constructor

GoogleCloudDialogflowCxV3ListTestCasesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDialogflowCxV3TestCase>? testCases,
})

Implementation

GoogleCloudDialogflowCxV3ListTestCasesResponse({
  this.nextPageToken,
  this.testCases,
});