GoogleCloudDialogflowV2SummarySuggestionSummarySection constructor

GoogleCloudDialogflowV2SummarySuggestionSummarySection({
  1. String? section,
  2. String? summary,
})

Implementation

GoogleCloudDialogflowV2SummarySuggestionSummarySection({
  this.section,
  this.summary,
});