Package ai.tock.nlp.model
Class EntityCallContextForEntity
-
- All Implemented Interfaces:
-
ai.tock.nlp.model.ClassifierContext
public final class EntityCallContextForEntity extends EntityCallContext
-
-
Field Summary
Fields Modifier and Type Field Description private final EntityTypeentityTypeprivate final ZonedDateTimereferenceDateprivate final Localelanguageprivate final NlpEngineTypeengineTypeprivate final StringapplicationName
-
Constructor Summary
Constructors Constructor Description EntityCallContextForEntity(CallContext context, Entity entity)EntityCallContextForEntity(EntityType entityType, Locale language, NlpEngineType engineType, String applicationName, ZonedDateTime referenceDate)
-
Method Summary
Modifier and Type Method Description final EntityTypegetEntityType()EntityContextKeykey()-
Methods inherited from class ai.tock.nlp.model.EntityCallContext
getReferenceDate -
Methods inherited from class ai.tock.nlp.model.EntityContext
getApplicationName, getEngineType, getLanguage, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
EntityCallContextForEntity
EntityCallContextForEntity(CallContext context, Entity entity)
-
EntityCallContextForEntity
EntityCallContextForEntity(EntityType entityType, Locale language, NlpEngineType engineType, String applicationName, ZonedDateTime referenceDate)
-
-
Method Detail
-
getEntityType
final EntityType getEntityType()
-
key
EntityContextKey key()
-
-
-
-