GoogleCloudDialogflowV2SummarizationContext constructor

GoogleCloudDialogflowV2SummarizationContext({
  1. List<GoogleCloudDialogflowV2FewShotExample>? fewShotExamples,
  2. String? outputLanguageCode,
  3. List<GoogleCloudDialogflowV2SummarizationSection>? summarizationSections,
  4. String? version,
})

Implementation

GoogleCloudDialogflowV2SummarizationContext({
  this.fewShotExamples,
  this.outputLanguageCode,
  this.summarizationSections,
  this.version,
});