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

Conversation - using entities values/size as a condition

I'd like to know how to use the values from the entity as a IF bot recognizes condition on Watson Conversation. I have one menu for the users choose one option. And all of these options are inside one Entity called @optionsNumbers with the values:…
Sayuri Mizuguchi
  • 5,250
  • 3
  • 26
  • 53
1
vote
2 answers

How to get text response directly on Dialogflow?

I'm trying to get a direct text response from dialogflow. I do get an answer from the example code on github, but thats not user-friendly at all. How can I get the "Speech-Only" response? import os.path import sys try: import apiai except…
Mushroom
  • 13
  • 1
  • 8
1
vote
1 answer

Smooch.io .createConversation() is not a method

I have a chatbot based on Smooch.io and I am trying to show a menu on chat initialization so user can start from here instead of typing anything. As far as I understand from the docs, to do that I need to create conversation…
alv_721
  • 305
  • 3
  • 18
1
vote
1 answer

Sorry, my bot code is having an issue... But it does not

I have developed a bot with the Microsoft Bot Framework (Builder v3.12.2.4, which is the latest version at this moment). I actually updated all libraries to the latest version, having AdaptiveCards as well, latest beta10. So, I built the bot,…
1
vote
0 answers

Is appToken and appId the same thing?

I didn't use smooch for a while and one of the chatbots that I have stopped working in Web Messenger. I see that Whisper no longer exists, does anybody know when was that changed? Also is appToken and appId the same thing? I am pretty sure that last…
Milan
  • 11
  • 1
1
vote
1 answer

How to install MITIE NLP on Windows for RASA NLU?

I am trying to install the MITIE as described in the RASA documentation. Where they are trying to clone and install the repository NLP Mitie using the Python command: pip install git+https://github.com/mit-nlp/MITIE.git I am getting this…
Kunal Mukherjee
  • 5,775
  • 3
  • 25
  • 53
1
vote
1 answer

Facebook Messenger Bot - Invalid URL button fields for List Template

I have been working to send a list to user containing some data. I am following facebook's doc to setup my request payload. However, I am getting the following error: {'error': { 'message': '(#100) Invalid URL button fields provided. Please…
O_o
  • 1,103
  • 11
  • 36
1
vote
2 answers

Does Microsoft chatbot(Node.js and C#) support WeChat integration in Chinese and English?

I have a chatbot which is built in Microsoft bot framework with Node.js and I integrated this bot with a NLP framework called LUIS.AI as well. I am integrating it with Skype and Messenger and also trying to integrate it with WeChat. I am trying to…
ramya
  • 2,350
  • 6
  • 31
  • 57
1
vote
1 answer

How can i save a user's input on api.ai(dialogflow)?

Basically i want the user to forward an input and I want that input to be saved by the chatbot and used, for example: human:hi bot:hello human:take the input first input bot:First input has been added anything else what i did at first is created an…
Jimmy
  • 313
  • 1
  • 4
  • 9
1
vote
1 answer

Amazon Lex not prompting for missing variables when using CodeHook Validation

I am building an agent in Amazon Lex with around 3 intents. All the 3 intents have a variable which has been ticked as 'required', meaning the agent has to prompt for those variables when the user query is missing it. However when I am using a…
1
vote
0 answers

Find external weblinks in chat messages ionic

I am working on a chat app in Ionicframework, i am sending and receiving the texts successfully via Sockets. There is one thing that is bugging me that:- How can i find out if a message contains some external weblink e-g https://google.com etc... I…
Tahir
  • 54
  • 1
  • 7
1
vote
1 answer

Where to find Endpoint in creating aws-cli bots without using amazon-lex?

I'm trying to create a chatbot using aws-cli .Going through the Steps in Documentation in https://docs.aws.amazon.com/lex/latest/dg/gs-create-flower-types.html I couldn't understand what endpoint did it mean in the documentation as shown in the…
1
vote
1 answer

C# Skype Chat Bot

So, I'm making a simple chatbot, but when I try to attach it to skype by a button, it just crashes with an overflow, I was following a tutorial and did everything in the tutorial, but it just crashes when I press the attach button. Idk why since it…
pOleander
  • 11
  • 8
1
vote
0 answers

How to add/update utterances for Lex intents through Lambda Python?

I am able to add utterances through console and also using the CLI, but I need to retrieve utterances from some database and feed it to the chatbot. Any help is appreciated.
sid8491
  • 6,622
  • 6
  • 38
  • 64
1
vote
1 answer

I want to make a firewall rule to allow smooch.io on my server

I am trying to configure webhook connection to my server but smooch is not able to connect( firewall policies). I need to allow smooch IP but the ping test returns different IP address all the times. Is there any set of IP(s) which I can allow in…
Abhilash Mishra
  • 433
  • 4
  • 13
1 2 3
99
100