GoogleCloudDialogflowV2SummarizationContext constructor
GoogleCloudDialogflowV2SummarizationContext({
- List<
GoogleCloudDialogflowV2FewShotExample> ? fewShotExamples, - String? outputLanguageCode,
- List<
GoogleCloudDialogflowV2SummarizationSection> ? summarizationSections, - String? version,
Implementation
GoogleCloudDialogflowV2SummarizationContext({
this.fewShotExamples,
this.outputLanguageCode,
this.summarizationSections,
this.version,
});