TopicNamedEntityArgs

data class TopicNamedEntityArgs(val definition: Output<List<TopicNamedEntityDefinitionArgs>>? = null, val entityDescription: Output<String>? = null, val entityName: Output<String>, val entitySynonyms: Output<List<String>>? = null, val semanticEntityType: Output<TopicSemanticEntityTypeArgs>? = null) : ConvertibleToJava<TopicNamedEntityArgs>

Constructors

Link copied to clipboard
constructor(definition: Output<List<TopicNamedEntityDefinitionArgs>>? = null, entityDescription: Output<String>? = null, entityName: Output<String>, entitySynonyms: Output<List<String>>? = null, semanticEntityType: Output<TopicSemanticEntityTypeArgs>? = null)

Properties

Link copied to clipboard

The definition of a named entity.

Link copied to clipboard
val entityDescription: Output<String>? = null

The description of the named entity.

Link copied to clipboard
val entityName: Output<String>

The name of the named entity.

Link copied to clipboard
val entitySynonyms: Output<List<String>>? = null

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
open override fun toJava(): TopicNamedEntityArgs