GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse constructor

GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse({
  1. List<GoogleCloudDialogflowCxV3ContinuousTestResult>? continuousTestResults,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse({
  this.continuousTestResults,
  this.nextPageToken,
});