| Interface | Description |
|---|---|
| KeywordService | |
| NlpController |
Sends NLP requests.
|
| NlpListener |
Used to customize behaviour of NLP parsing - and also to monitor NLP requests - on bot side.
Has to be registered using
ai.tock.bot.engine.BotRepository.registerNlpListener. |
| Class | Description |
|---|---|
| BuiltInKeywordListener |
Built-in listener to start BotDefinition.keywordStory.
|
| KeywordServiceKt | |
| NlpCallStats |
Stats about nlp call.
|
| NlpEntityMergeContext |
Provides all info to allow multiple values of the same entity type to be merged.
|
| NlpIntentStat |
Used by
class NlpCallStats. Pair Intent - probability. |