Get Entity Type Result
data class GetEntityTypeResult(val autoExpansionMode: String, val displayName: String, val enableFuzzyExtraction: Boolean, val entities: List<GoogleCloudDialogflowCxV3EntityTypeEntityResponse>, val excludedPhrases: List<GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseResponse>, val kind: String, val name: String, val redact: Boolean)
Constructors
Link copied to clipboard
constructor(autoExpansionMode: String, displayName: String, enableFuzzyExtraction: Boolean, entities: List<GoogleCloudDialogflowCxV3EntityTypeEntityResponse>, excludedPhrases: List<GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseResponse>, kind: String, name: String, redact: Boolean)
Properties
Link copied to clipboard
Indicates whether the entity type can be automatically expanded.
Link copied to clipboard
The human-readable name of the entity type, unique within the agent.
Link copied to clipboard
Enables fuzzy entity extraction during classification.
Link copied to clipboard
The collection of entity entries associated with the entity type.
Link copied to clipboard
Collection of exceptional words and phrases that shouldn't be matched. For example, if you have a size entity type with entry giant
(an adjective), you might consider adding giants
(a noun) as an exclusion. If the kind of entity type is KIND_MAP
, then the phrases specified by entities and excluded phrases should be mutually exclusive.