-
- All Implemented Interfaces:
-
ai.tock.nlp.model.ClassifierContextKey
public final class IntentContext.IntentContextKey implements ClassifierContextKey
-
-
Field Summary
Fields Modifier and Type Field Description private final StringapplicationNameprivate final Localelanguageprivate final NlpEngineTypeengineType
-
Constructor Summary
Constructors Constructor Description IntentContext.IntentContextKey(String applicationName, Locale language, NlpEngineType engineType)
-
Method Summary
Modifier and Type Method Description StringgetApplicationName()final LocalegetLanguage()NlpEngineTypegetEngineType()Stringid()The id of the key. -
-
Method Detail
-
getApplicationName
String getApplicationName()
-
getLanguage
final Locale getLanguage()
-
getEngineType
NlpEngineType getEngineType()
-
-
-
-