GoogleCloudDialogflowV2FewShotExample constructor
GoogleCloudDialogflowV2FewShotExample({
- GoogleCloudDialogflowV2ConversationContext? conversationContext,
- Map<
String, String> ? extraInfo, - GoogleCloudDialogflowV2GeneratorSuggestion? output,
- GoogleCloudDialogflowV2SummarizationSectionList? summarizationSectionList,
Implementation
GoogleCloudDialogflowV2FewShotExample({
this.conversationContext,
this.extraInfo,
this.output,
this.summarizationSectionList,
});