GoogleCloudDialogflowCxV3EntityType constructor

GoogleCloudDialogflowCxV3EntityType({
  1. String? autoExpansionMode,
  2. String? displayName,
  3. bool? enableFuzzyExtraction,
  4. List<GoogleCloudDialogflowCxV3EntityTypeEntity>? entities,
  5. List<GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase>? excludedPhrases,
  6. String? kind,
  7. String? name,
  8. bool? redact,
})

Implementation

GoogleCloudDialogflowCxV3EntityType({
  this.autoExpansionMode,
  this.displayName,
  this.enableFuzzyExtraction,
  this.entities,
  this.excludedPhrases,
  this.kind,
  this.name,
  this.redact,
});