I am looking to create a bot and run into the Microsoft Bot Framework (with LUIS or can use the C # SDK provided by API.AI) and Howdy.ai Botkit (with middleware support for LUIS and API.AI).
Can someone help me with comparing the two?
I am looking for the following things in my bot -
- Support for multiple channels, including email.
- Ask the bot to act both react (respond to some message from the user) and proactively (send messages to users once a day about something important for them or subsequent actions) Behavior.
- Save and then retrieve user-provided data (manage state).
- Support Rich Message.
- Answer late.
- Conversation history management.
Are there things that are available in one but not in the other?
source share