GoogleCloudDialogflowV2GenerateStatelessSummaryResponseSummary constructor

GoogleCloudDialogflowV2GenerateStatelessSummaryResponseSummary({
  1. String? baselineModelVersion,
  2. String? text,
  3. Map<String, String>? textSections,
})

Implementation

GoogleCloudDialogflowV2GenerateStatelessSummaryResponseSummary({
  this.baselineModelVersion,
  this.text,
  this.textSections,
});