-
- All Implemented Interfaces:
-
ai.tock.nlp.model.ClassifierContext
public class EntityCallContext extends EntityContext
-
-
Field Summary
Fields Modifier and Type Field Description private final ZonedDateTimereferenceDateprivate final Localelanguageprivate final NlpEngineTypeengineTypeprivate final StringapplicationName
-
Method Summary
Modifier and Type Method Description final ZonedDateTimegetReferenceDate()LocalegetLanguage()NlpEngineTypegetEngineType()StringgetApplicationName()-
Methods inherited from class ai.tock.nlp.model.EntityCallContext
toString -
Methods inherited from class ai.tock.nlp.model.EntityContext
key -
Methods inherited from class ai.tock.nlp.model.ClassifierContext
equals, hashCode -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getReferenceDate
final ZonedDateTime getReferenceDate()
-
getLanguage
Locale getLanguage()
-
getEngineType
NlpEngineType getEngineType()
-
getApplicationName
String getApplicationName()
-
-
-
-