GoogleCloudDialogflowV2Generator constructor
GoogleCloudDialogflowV2Generator({
- GoogleCloudDialogflowV2AgentCoachingContext? agentCoachingContext,
- List<
GoogleCloudDialogflowV2CesAppSpec> ? cesAppSpecs, - List<
GoogleCloudDialogflowV2CesToolSpec> ? cesToolSpecs, - String? createTime,
- String? description,
- GoogleCloudDialogflowV2FreeFormContext? freeFormContext,
- GoogleCloudDialogflowV2InferenceParameter? inferenceParameter,
- String? name,
- String? publishedModel,
- GoogleCloudDialogflowV2SuggestionDedupingConfig? suggestionDedupingConfig,
- GoogleCloudDialogflowV2SummarizationContext? summarizationContext,
- List<
String> ? tools, - List<
GoogleCloudDialogflowV2ToolsetTool> ? toolsetTools, - String? triggerEvent,
- String? updateTime,
Implementation
GoogleCloudDialogflowV2Generator({
this.agentCoachingContext,
this.cesAppSpecs,
this.cesToolSpecs,
this.createTime,
this.description,
this.freeFormContext,
this.inferenceParameter,
this.name,
this.publishedModel,
this.suggestionDedupingConfig,
this.summarizationContext,
this.tools,
this.toolsetTools,
this.triggerEvent,
this.updateTime,
});