TopicSemanticEntityType

data class TopicSemanticEntityType(val subTypeName: String? = null, val typeName: String? = null, val typeParameters: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(subTypeName: String? = null, typeName: String? = null, typeParameters: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val subTypeName: String? = null

The semantic entity sub type name.

Link copied to clipboard
val typeName: String? = null

The semantic entity type name.

Link copied to clipboard

The semantic entity type parameters.