GoogleCloudDialogflowV2SummarizationSection constructor

GoogleCloudDialogflowV2SummarizationSection({
  1. String? definition,
  2. String? key,
  3. String? type,
})

Implementation

GoogleCloudDialogflowV2SummarizationSection({
  this.definition,
  this.key,
  this.type,
});