botnoi_dev_platform 1.2.16
botnoi_dev_platform: ^1.2.16 copied to clipboard
A flutter package for creating and training chatbot on botnoi.ai using botnoi developer platform api.
1.2.16 #
- Fix BotObject naming bug.
1.2.11 #
- Facebook connecting now automatically redirects to the facebook login page if the user is not logged in.
- Manage Facebook pages easier with the new
BotFacebookPageclass.
1.2.10 #
- Add a function for disconnecting from LINE manual channel.
1.2.8 #
- Add a function for disconnecting from LINE modular channel.
1.2.6 #
- Texts sent from the bot are now called reactions instead of messages.
BotIntentMessageis now calledBotIntentReaction.- Fix bugs in connecting to line modular on web.
- This library now raises errors instead of printing them. You can still set the callback function to be called when an error occurs to stop the error from being raised.
1.2.3 #
- Allow an intent to derive from another intent, inheriting all keywords and messages.
BotCollectornow supports collecting any type of data.
1.2.0 #
- Add channel support for LINE and Facebook Messenger.
- Support connecting to LINE using Line Modular approach.
- Can now turn each channel on or off separately.
1.1.15 #
- Allow training with multiple keywords and messages at once.
1.1.12 #
- Fix bugs in deleting bot objects.
- Fix bugs in deleting intent keywords.
- Fix bugs in deleting intent messages.
1.1.6 #
- Add
BotObjectTypeclass which help define the type of bot objects. - All
BotObjectswill now automaticallly rename itself following object naming regulations.
1.1.5 #
- Add support for dialogue and carousel objects.
- Add
BotActionclass which help define the action of nodes and messages.
1.1.2 #
- Add example code.
1.1.0 #
- New feature: Collector.
1.0.0 #
- Initial release.
0.0.1 0.0.25 #
- Pre-release versions.
- Not recommended.