GoogleCloudDialogflowCxV3Generator constructor

GoogleCloudDialogflowCxV3Generator({
  1. String? displayName,
  2. String? name,
  3. List<GoogleCloudDialogflowCxV3GeneratorPlaceholder>? placeholders,
  4. GoogleCloudDialogflowCxV3Phrase? promptText,
})

Implementation

GoogleCloudDialogflowCxV3Generator({
  this.displayName,
  this.name,
  this.placeholders,
  this.promptText,
});