GoogleCloudDialogflowV2EntityType constructor

GoogleCloudDialogflowV2EntityType({
  1. String? autoExpansionMode,
  2. String? displayName,
  3. bool? enableFuzzyExtraction,
  4. List<GoogleCloudDialogflowV2EntityTypeEntity>? entities,
  5. String? kind,
  6. String? name,
})

Implementation

GoogleCloudDialogflowV2EntityType({
  this.autoExpansionMode,
  this.displayName,
  this.enableFuzzyExtraction,
  this.entities,
  this.kind,
  this.name,
});