GoogleCloudDialogflowV2ListGeneratorEvaluationsResponse constructor
GoogleCloudDialogflowV2ListGeneratorEvaluationsResponse({
- List<
GoogleCloudDialogflowV2GeneratorEvaluation> ? generatorEvaluations, - String? nextPageToken,
Implementation
GoogleCloudDialogflowV2ListGeneratorEvaluationsResponse({
this.generatorEvaluations,
this.nextPageToken,
});