Topic Named Entity Args
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
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.