GoogleCloudDialogflowV2GeneratorSuggestion constructor
GoogleCloudDialogflowV2GeneratorSuggestion({
- GoogleCloudDialogflowV2FreeFormSuggestion? freeFormSuggestion,
- GoogleCloudDialogflowV2SummarySuggestion? summarySuggestion,
- List<
GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo> ? toolCallInfo,
Implementation
GoogleCloudDialogflowV2GeneratorSuggestion({
this.freeFormSuggestion,
this.summarySuggestion,
this.toolCallInfo,
});