TopicNamedEntity

A structure that represents a named entity.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The definition of a named entity.

Link copied to clipboard

The description of the named entity.

Link copied to clipboard

The name of the named entity.

Link copied to clipboard

The other names or aliases for the named entity.

Link copied to clipboard

The type of named entity that a topic represents.

Functions

Link copied to clipboard
inline fun copy(block: TopicNamedEntity.Builder.() -> Unit = {}): TopicNamedEntity
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String