Values_1.TopicNamedEntitySourceA structure that represents a named entity.
type nonrec t = {entityName : Values_0.LimitedString.t;The name of the named entity.
*)entityDescription : Values_0.LimitedString.t option;The description of the named entity.
*)entitySynonyms : Synonyms.t option;The other names or aliases for the named entity.
*)semanticEntityType : SemanticEntityType.t option;The type of named entity that a topic represents.
*)definition : NamedEntityDefinitions.t option;The definition of a named entity.
*)}val make :
?entityDescription:??? ->
?entitySynonyms:??? ->
?semanticEntityType:??? ->
?definition:??? ->
entityName:Values_0.LimitedString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of Values_0.LimitedString.t
| `Structure of
(string
* [> `Enum of string
| `String of Values_0.LimitedString.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of string ] * [> `String of string ])
list ])
list ])
list ]
list
| `String of Values_0.LimitedString.t
| `Structure of
(string
* [> `Map of
([> `String of Values_0.LimitedString.t ]
* [> `String of Values_0.LimitedString.t ])
list
| `String of Values_0.LimitedString.t ])
list ])
list ]