Properties of an EntityType.
Properties:
| Name | Type | Attributes | Description | 
|---|---|---|---|
| name | string | null | <optional> | EntityType name | 
| displayName | string | null | <optional> | EntityType displayName | 
| kind | google.cloud.dialogflow.cx.v3.EntityType.Kind | null | <optional> | EntityType kind | 
| autoExpansionMode | google.cloud.dialogflow.cx.v3.EntityType.AutoExpansionMode | null | <optional> | EntityType autoExpansionMode | 
| entities | Array.<google.cloud.dialogflow.cx.v3.EntityType.IEntity> | null | <optional> | EntityType entities | 
| excludedPhrases | Array.<google.cloud.dialogflow.cx.v3.EntityType.IExcludedPhrase> | null | <optional> | EntityType excludedPhrases | 
| enableFuzzyExtraction | boolean | null | <optional> | EntityType enableFuzzyExtraction | 
| redact | boolean | null | <optional> | EntityType redact |