GoogleCloudDialogflowV2ListGeneratorEvaluationsResponse constructor

GoogleCloudDialogflowV2ListGeneratorEvaluationsResponse({
  1. List<GoogleCloudDialogflowV2GeneratorEvaluation>? generatorEvaluations,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowV2ListGeneratorEvaluationsResponse({
  this.generatorEvaluations,
  this.nextPageToken,
});