GoogleCloudDialogflowV2Generator constructor

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

Implementation

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