GoogleCloudDialogflowCxV3ListTestCaseResultsResponse constructor

GoogleCloudDialogflowCxV3ListTestCaseResultsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDialogflowCxV3TestCaseResult>? testCaseResults,
})

Implementation

GoogleCloudDialogflowCxV3ListTestCaseResultsResponse({
  this.nextPageToken,
  this.testCaseResults,
});