-
- 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 IntentContextKey(String applicationName, Locale language, NlpEngineType engineType)
-
Method Summary
Modifier and Type Method Description Stringid()The id of the key. final Stringcomponent1()final Localecomponent2()final NlpEngineTypecomponent3()final IntentContext.IntentContextKeycopy(String applicationName, Locale language, NlpEngineType engineType)StringgetApplicationName()final LocalegetLanguage()NlpEngineTypegetEngineType()-
-
Method Detail
-
component1
final String component1()
-
component2
final Locale component2()
-
component3
final NlpEngineType component3()
-
copy
final IntentContext.IntentContextKey copy(String applicationName, Locale language, NlpEngineType engineType)
-
getApplicationName
String getApplicationName()
-
getLanguage
final Locale getLanguage()
-
getEngineType
NlpEngineType getEngineType()
-
-
-
-