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