EntityTypeEntity

data class EntityTypeEntity(val synonyms: List<String>, val value: String)

Constructors

Link copied to clipboard
constructor(synonyms: List<String>, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A collection of value synonyms. For example, if the entity type is vegetable, and value is scallions, a synonym could be green onions. For KIND_LIST entity types:

Link copied to clipboard

The primary value associated with this entity entry. For example, if the entity type is vegetable, the value could be scallions. For KIND_MAP entity types: