📄️ datetime extension
This extension provides template filters to convert input value to date/time.
📄️ babel extension
This extension is Babel library frontend. It provides filters for date/time and currency formatting.
📄️ Rasa NLU
You can extend MaxBot with you own NLU (Natural-language understanding) module. MaxBot uses NLU to recognize intents and entities in the user utterances. The rasa built-in extension allows you to use an external Rasa Open Source Server as an NLU module for MaxBot.
📄️ Jinja Loader
Jinja loader extension allows you to include jinja template files into your response. You can enable this extension in bot.yaml:
📄️ rest extension
The rest extension is designed to perform HTTP requests, the input and output of which are described by JSON objects.