-
First of all, i would like to say thanks for making this open-source bot for Magento.
**I integrated all the setting** Please check ss below
![image](https://user-images.githubusercontent.com/2203…
-
Map out all the flows for the bot
-
Looking for developer who able to integrate tensorflow for answer to users in messenger if it was not recognized by prepared static answers.
https://www.drupal.org/project/chatbot/releases/8.x-1.x-d…
ghost updated
7 years ago
-
Type: chatbot and human-to-human global command
GitHub Repo: https://github.com/karalabe/favor.network
Preferred Name: Peter
Github Handle: @karalabe
Slack Username: @karalabe
Twitter Handle: @…
-
As the title, how can I start your webhook in https?
-
The chatbot sends repeated messages (goes into loop) when the initial question/text from user is not related to "weather" intent or "weather" questions.
The Heroku server has to be deployed with Ec…
-
I hope I'm making sense with this question.
I have set up botman and it's on my production server.. the webhook is set up and everything is working. I am able to communicate with it via my own mess…
-
As discussed, here is the task for watching the api.ai videos on youtube. They give better insights on api.ai and its usage in several cases. Also they teach how to model an ideal bot.
-
from mtranslate import translate
x = message_text
def main():
to_translate = x
x1 =(translate(to_translate))
x2 =(translate(to_translate, 'ar'))
x = x1 + " " + x2
if __n…
-
Hi!
I'm writing a chatbot with watson and node-red but i didn't understand how to use this node ... i'm kinda new to this type of things.
Could you provide a simple and working example of flow using…