-
- 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 EntityContextKeykey()final EntityTypegetEntityType()final ZonedDateTimegetReferenceDate()LocalegetLanguage()NlpEngineTypegetEngineType()StringgetApplicationName()-
-
Constructor Detail
-
EntityCallContextForEntity
EntityCallContextForEntity(CallContext context, Entity entity)
-
EntityCallContextForEntity
EntityCallContextForEntity(EntityType entityType, Locale language, NlpEngineType engineType, String applicationName, ZonedDateTime referenceDate)
-
-
Method Detail
-
key
EntityContextKey key()
-
getEntityType
final EntityType getEntityType()
-
getReferenceDate
final ZonedDateTime getReferenceDate()
-
getLanguage
Locale getLanguage()
-
getEngineType
NlpEngineType getEngineType()
-
getApplicationName
String getApplicationName()
-
-
-
-