GoogleCloudDialogflowV2Generator constructor

GoogleCloudDialogflowV2Generator({
  1. String? createTime,
  2. String? description,
  3. GoogleCloudDialogflowV2InferenceParameter? inferenceParameter,
  4. String? name,
  5. GoogleCloudDialogflowV2SummarizationContext? summarizationContext,
  6. String? triggerEvent,
  7. String? updateTime,
})

Implementation

GoogleCloudDialogflowV2Generator({
  this.createTime,
  this.description,
  this.inferenceParameter,
  this.name,
  this.summarizationContext,
  this.triggerEvent,
  this.updateTime,
});