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