Interface protos.google.cloud.dialogflow.v2.IEntityType (6.6.0)

Properties of an EntityType.

Package

@google-cloud/dialogflow

Properties

autoExpansionMode

autoExpansionMode?: (google.cloud.dialogflow.v2.EntityType.AutoExpansionMode|keyof typeof google.cloud.dialogflow.v2.EntityType.AutoExpansionMode|null);

EntityType autoExpansionMode

displayName

displayName?: (string|null);

EntityType displayName

enableFuzzyExtraction

enableFuzzyExtraction?: (boolean|null);

EntityType enableFuzzyExtraction

entities

entities?: (google.cloud.dialogflow.v2.EntityType.IEntity[]|null);

EntityType entities

kind

kind?: (google.cloud.dialogflow.v2.EntityType.Kind|keyof typeof google.cloud.dialogflow.v2.EntityType.Kind|null);

EntityType kind

name

name?: (string|null);

EntityType name