Questions tagged [chatbot]

A chatbot is an automated program that communicates with humans. Abilities can range from canned responses, to neural networks and other learning programs, to responding to commands.

There are different kinds of chatbots: Those that try to appear to be human, those that perform useful tasks for the participants or administrators of the chat (like posting links to an faq in regular intervals) and those that exists only for the fun of someone, similar to the twitterbot big_ben_clock

4197 questions
1
vote
1 answer

How to create a chatbot with facebook messenger like templates

I'm trying to create a chatbot for use in a chat app I've created. I basically need the chatbot to send me replies that have message templates like in facebook messenger. For example, If I type in "what's the weather like", I want my chatbot's reply…
jerome
  • 411
  • 2
  • 11
  • 23
1
vote
1 answer

Problem compiling Eliza chatbot C++ error LNK2019

firstly I would just like to say that I am not a C++ programmer and I never intend to be - I am an SQL, javascript and PHP developer. For a module at Univeristy I have to alter a chatbot project to demonstrate AI and NLP. While my own exasperation…
Michael Mallett
  • 734
  • 1
  • 12
  • 28
1
vote
2 answers

Using NodeJS promise to query MongoDB

I am building a chatbot using WATSON API which sends artist data give users' input. I am trying to use nodejs promise in order to query my DB and print out the data, since DB accessing is asynchronous. So the artpromise function is a function which…
Maeror
  • 93
  • 2
  • 11
1
vote
1 answer

UnicodeEncodeError: Ascii codec can't encode character u2581 in position 0: ordinal not in range(128)

Traceback (most recent call last): File "train.py", line 18, in tf.app.run(main=nmt.main, argv=[os.getcwd() + '\nmt\nmt\nmt.py'] + unparsed) File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 48,…
1
vote
1 answer

DialogFlow + LINE.me integration with rich messages

I am integrating DialogFlow and LINE using fulfillment webhook. I am able to successfully reply the message to user's LINE when the text is in the speech field of the response. { "speech": "your number is 1234" } However, if I follow the document…
Andy
  • 1,231
  • 1
  • 15
  • 27
1
vote
1 answer

Adding multiple nodes to Default Intent dialog in Kore.ai

Is there any way to add sub intents or entities to the Default Intent node. I can add one entity or intent node to the Default Intent node but it doesn't allow adding multiple nodes.
1
vote
0 answers

Facebook messenger bot quick reply with image_url only not working

I created my nodejs facebook messenger chatbot and everything is working fine, except quick replies with images only. according to the Facebook documentation: You may also send a quick reply with an image and an empty title string to create an…
Ali Elkhateeb
  • 3,413
  • 4
  • 21
  • 39
1
vote
1 answer

Capturing 'confidence' value in RASA NLU/CORE

I'm currently training a chatbot to recognize intents and provide fulfillment based on these. It is working fine when the query passed to it resembles what it has been trained on. However, I'd like to train my chatbot to handle out of scope…
Walter U.
  • 331
  • 1
  • 7
  • 18
1
vote
1 answer

How to call integrate simple dialog and QnA maker dialog in a single bot?

First I've to take phone no as a user input, than I need to call qnadialog till user quits. Following is my code: public class RootDialog : IDialog { private string phoneNo; public async Task StartAsync(IDialogContext context) { …
Sahil Tyagi
  • 147
  • 2
  • 5
1
vote
0 answers

Apache 2.2.15 with WSS proxy rules issue

Having a problem with 2.2.15 Apache using wws (web socket) rules. To get 2.2.15 Apache to support web socket, we followed this guide "http://notmyitblog.blogspot.ie/2014/03/websockets-support-for-apache-httpd.html" and have successfully created the…
1
vote
1 answer

Sending metadata through Microsoft.Bot.Connector.Activity payload Microsoft' bot services framework

We are working on a chatbot with a web-based user interface component. This web component is supposed to be hosted on a bunch of clients' websites. Each client has their own unique key (id) in our backend database by which we should be able to track…
Arash
  • 3,628
  • 5
  • 46
  • 70
1
vote
1 answer

Botpress UMM send letter by letter with Facebook Messenger

I'm using Botpress to make a simple bot to Facebook Messenger, when I use simple String in AddQuestion method, all works, but when I change to use UMM is sent to user letter by letter. My content.yml identification_cpf: 'Preciso que você me infome…
Luiz Carvalho
  • 1,549
  • 1
  • 23
  • 46
1
vote
1 answer

AWS lex nested slots

can one slot depend on another slots result lets say I have an intent "illness" and utterances "I was sick" first slot asks "are you ok now?" second slot based on first slots result should behave differently for example -I was sick (user) -are you…
M.T
  • 881
  • 2
  • 10
  • 17
1
vote
0 answers

Hosting bot on Openshift using Microsoft bot framework Nodejs SDK with proxy

I have a problem when hosting my bot on OpenShift (OpenShift Container Platform) registered with the Bot Channels Registration on Azure. I am using the Botbuilder SDK Nodejs, and the Openshift is behind a corporate proxy. I've tried to set a up a…
filipyoo
  • 347
  • 1
  • 7
  • 15
1
vote
2 answers

Multi chatbot architecture

I am thinking to build a multichatbot architecture but I don't know what is the best. I have like 10 chatbots specialized in many fields (customers with phone problems, sellers, help with this or that product, etc...) and potentially 30 more. What…
lrosique
  • 113
  • 1
  • 9