data class NlpEntityMergeContext (source)
Provides all info to allow multiple values of the same entity type to be merged.
<init> |
Provides all info to allow multiple values of the same entity type to be merged. NlpEntityMergeContext(entityRole: String, initialValue: EntityStateValue?, newValues: List<EntityValue>) |
entityRole |
The entity role val entityRole: String |
initialValue |
The optional initial (old) value val initialValue: EntityStateValue? |
newValues |
The proposed new values val newValues: List<EntityValue> |