GoogleCloudDialogflowV2Generator constructor
GoogleCloudDialogflowV2Generator({
- String? createTime,
- String? description,
- GoogleCloudDialogflowV2FreeFormContext? freeFormContext,
- GoogleCloudDialogflowV2InferenceParameter? inferenceParameter,
- String? name,
- String? publishedModel,
- GoogleCloudDialogflowV2SummarizationContext? summarizationContext,
- String? triggerEvent,
- String? updateTime,
Implementation
GoogleCloudDialogflowV2Generator({
this.createTime,
this.description,
this.freeFormContext,
this.inferenceParameter,
this.name,
this.publishedModel,
this.summarizationContext,
this.triggerEvent,
this.updateTime,
});