GoogleCloudDialogflowV2GeneratorSuggestion constructor

GoogleCloudDialogflowV2GeneratorSuggestion({
  1. GoogleCloudDialogflowV2FreeFormSuggestion? freeFormSuggestion,
  2. GoogleCloudDialogflowV2SummarySuggestion? summarySuggestion,
})

Implementation

GoogleCloudDialogflowV2GeneratorSuggestion({
  this.freeFormSuggestion,
  this.summarySuggestion,
});