GoogleCloudDialogflowCxV3EntityType constructor
GoogleCloudDialogflowCxV3EntityType({
- String? autoExpansionMode,
- String? displayName,
- bool? enableFuzzyExtraction,
- List<
GoogleCloudDialogflowCxV3EntityTypeEntity> ? entities, - List<
GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase> ? excludedPhrases, - String? kind,
- String? name,
- bool? redact,
Implementation
GoogleCloudDialogflowCxV3EntityType({
this.autoExpansionMode,
this.displayName,
this.enableFuzzyExtraction,
this.entities,
this.excludedPhrases,
this.kind,
this.name,
this.redact,
});