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