Get Entity Type Result
data class GetEntityTypeResult(val autoExpansionMode: String, val displayName: String, val enableFuzzyExtraction: Boolean, val entities: List<GoogleCloudDialogflowV2beta1EntityTypeEntityResponse>, val kind: String, val name: String)
Properties
Link copied to clipboard
Optional. Indicates whether the entity type can be automatically expanded.
Link copied to clipboard
The name of the entity type.
Link copied to clipboard
Optional. Enables fuzzy entity extraction during classification.
Link copied to clipboard
Optional. The collection of entity entries associated with the entity type.