-
- All Implemented Interfaces:
-
ai.tock.nlp.model.ClassifierContext
public final class EntityCallContextForIntent extends EntityCallContext
-
-
Field Summary
Fields Modifier and Type Field Description private final Intentintentprivate final ZonedDateTimereferenceDateprivate final Localelanguageprivate final NlpEngineTypeengineTypeprivate final StringapplicationName
-
Constructor Summary
Constructors Constructor Description EntityCallContextForIntent(CallContext context, Intent intent)EntityCallContextForIntent(TestContext context, Intent intent)EntityCallContextForIntent(Intent intent, Locale language, NlpEngineType engineType, String applicationName, ZonedDateTime referenceDate)
-
Method Summary
Modifier and Type Method Description EntityContextKeykey()final IntentgetIntent()final ZonedDateTimegetReferenceDate()LocalegetLanguage()NlpEngineTypegetEngineType()StringgetApplicationName()-
-
Constructor Detail
-
EntityCallContextForIntent
EntityCallContextForIntent(CallContext context, Intent intent)
-
EntityCallContextForIntent
EntityCallContextForIntent(TestContext context, Intent intent)
-
EntityCallContextForIntent
EntityCallContextForIntent(Intent intent, Locale language, NlpEngineType engineType, String applicationName, ZonedDateTime referenceDate)
-
-
Method Detail
-
key
EntityContextKey key()
-
getIntent
final Intent getIntent()
-
getReferenceDate
final ZonedDateTime getReferenceDate()
-
getLanguage
Locale getLanguage()
-
getEngineType
NlpEngineType getEngineType()
-
getApplicationName
String getApplicationName()
-
-
-
-