chatbotbase-konversationprovider
v1.0.2
Published
A translation provider for ChatbotBase allow you to provide diverse outputs with Konversation.
Downloads
5
Readme
Konversation plugin for ChatbotBase
A translation provider for ChatbotBase allow you to provide diverse outputs with Konversation.
Usage
This provider allows create your outputs with Konversation. To use it you need to
overwrite the loadTracker()
method like this:
protected provideTranslations(): TranslationProvider {
return new KonversationProvider();
}