GoogleCloudDialogflowV2SummarizationSectionList constructor

GoogleCloudDialogflowV2SummarizationSectionList({
  1. List<GoogleCloudDialogflowV2SummarizationSection>? summarizationSections,
})

Implementation

GoogleCloudDialogflowV2SummarizationSectionList({
  this.summarizationSections,
});