GoogleCloudDialogflowV2FewShotExample constructor

GoogleCloudDialogflowV2FewShotExample({
  1. GoogleCloudDialogflowV2ConversationContext? conversationContext,
  2. Map<String, String>? extraInfo,
  3. GoogleCloudDialogflowV2GeneratorSuggestion? output,
  4. GoogleCloudDialogflowV2SummarizationSectionList? summarizationSectionList,
})

Implementation

GoogleCloudDialogflowV2FewShotExample({
  this.conversationContext,
  this.extraInfo,
  this.output,
  this.summarizationSectionList,
});