Topic Semantic Type
data class TopicSemanticType(val falseyCellValue: String? = null, val falseyCellValueSynonyms: List<String>? = null, val subTypeName: String? = null, val truthyCellValue: String? = null, val truthyCellValueSynonyms: List<String>? = null, val typeName: String? = null, val typeParameters: TopicTypeParameters? = null)
Constructors
Link copied to clipboard
fun TopicSemanticType(falseyCellValue: String? = null, falseyCellValueSynonyms: List<String>? = null, subTypeName: String? = null, truthyCellValue: String? = null, truthyCellValueSynonyms: List<String>? = null, typeName: String? = null, typeParameters: TopicTypeParameters? = null)