Properties of an EntityType.
Package
@google-cloud/dialogflow-cxProperties
autoExpansionMode
autoExpansionMode?: (google.cloud.dialogflow.cx.v3.EntityType.AutoExpansionMode|keyof typeof google.cloud.dialogflow.cx.v3.EntityType.AutoExpansionMode|null);EntityType autoExpansionMode
displayName
displayName?: (string|null);EntityType displayName
enableFuzzyExtraction
enableFuzzyExtraction?: (boolean|null);EntityType enableFuzzyExtraction
entities
entities?: (google.cloud.dialogflow.cx.v3.EntityType.IEntity[]|null);EntityType entities
excludedPhrases
excludedPhrases?: (google.cloud.dialogflow.cx.v3.EntityType.IExcludedPhrase[]|null);EntityType excludedPhrases
kind
kind?: (google.cloud.dialogflow.cx.v3.EntityType.Kind|keyof typeof google.cloud.dialogflow.cx.v3.EntityType.Kind|null);EntityType kind
name
name?: (string|null);EntityType name
redact
redact?: (boolean|null);EntityType redact