-
- All Implemented Interfaces:
-
ai.tock.bot.engine.nlp.KeywordService
public final class XrayKeywordService implements KeywordService
-
-
Constructor Summary
Constructors Constructor Description XrayKeywordService()
-
Method Summary
Modifier and Type Method Description IntentdetectKeywordIntent(String sentence)Function1<BotBus, Unit>keywordHandler(String keyword)-
-
Method Detail
-
detectKeywordIntent
Intent detectKeywordIntent(String sentence)
-
keywordHandler
Function1<BotBus, Unit> keywordHandler(String keyword)
-
-
-
-