GoogleCloudDialogflowV2SummarySuggestion constructor

GoogleCloudDialogflowV2SummarySuggestion({
  1. List<GoogleCloudDialogflowV2SummarySuggestionSummarySection>? summarySections,
})

Implementation

GoogleCloudDialogflowV2SummarySuggestion({
  this.summarySections,
});