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
8
votes
5 answers

Facebook webhook making multiple calls for the same message?

I made and echo bot on AWS with Python and serverless. I keep getting the same request again and again. I read the faq where it says u have to deliver a status code 200 else it will keep retrying the webhook. I'm not sure How I do this. I have…
Arsenal Fanatic
  • 3,663
  • 6
  • 38
  • 53
8
votes
6 answers

Where can I get the LUIS subscription key?

I'm trying to create a simple chat bot on Microsoft Bot Framework and I want to add LUIS app ID and LUIS subscription key to my application. Where can I get the subscription key?
feda aeyad
  • 119
  • 1
  • 2
  • 10
8
votes
2 answers

Anyone knows Facebook chatbot sending limit?

If a merchant needs to send Facebook messages via mobile numbers (chatbot), what is the rate limit? This is a link on this topic but it does not talk about the actual…
8
votes
3 answers

Facebook status update through php

I want to develop a bot which will update the status of a facebook account using php. Please guide me on this
Pankaj
7
votes
1 answer

Send message to Google Chat using the REST API (Google example not working in 2020)

Where do I even begin... (Google, why must you hurt me this way?) Background Info I have created a new chatbot using Google Apps Script, which receives messages from users in Google Chat and responds synchronously with a single message (each message…
7
votes
2 answers

Could not load file or assembly 'Microsoft.WindowsAzure.Storage' or one of its dependencies. When running chat bot C#

I am trying to run my chat bot after I made some modifications within Visual Studio. My code works correctly when run locally with the bot framework emulator, but when published to my chat bot stored on Azure I get the error: Could not load file or…
user10190803
  • 357
  • 4
  • 14
7
votes
2 answers

Split compound sentences into simple sentences

I am looking for a sentence segmentor that can split compound sentences into simple sentences. Example: Input: Andrea is beautiful but she is strict. (expected) Output: Andrea is beautiful. she is strict. Input: i am andrea and i work for google.…
Anuj Gupta
  • 6,328
  • 7
  • 36
  • 55
7
votes
1 answer

wit.ai: how does it identify intent and classifies entities from user expressions

I have been studying wit.ai for several days. I have found the key points of wit.ai bot engine: Story based - create story for greeting, order pizza, order laptop, ask forecast Role based entity - location:form, location:to. Here “from” and “to”…
7
votes
1 answer

How do I create multiple Facebook bots with a single platform?

I have a Facebook bot and I have connected it with a Facebook page. However to have it publicly available I have to wait the approval from Facebook. Not a problem if you have to make one single bot, huge problem if you have to do it on scale level…
7
votes
2 answers

Does the for GAE XMPP service still work with Hangout/G+ today, to implement a Chatbot?

I've just followed the tutorial on https://cloud.google.com/appengine/docs/java/xmpp/ and https://cloud.google.com/appengine/articles/using_xmpp and written a chatbot on the GAE XMPP service, assuming/hoping that I could now connect to it using the…
vorburger
  • 3,439
  • 32
  • 38
7
votes
3 answers

How to store and check synonym of string in Java

I'm making a program which can response to what user said, something like chatter bot. But I wonder if I can make it understand if two or more words have the same meaning. For example, I make it to answer, "yes" when user say "are you scared of the…
bronze45
  • 71
  • 2
  • 3
6
votes
2 answers

How to store chat history using langchain conversationalRetrievalQA chain in a Next JS app?

Im creating a text document QA chatbot, Im using Langchainjs along with OpenAI LLM for creating embeddings and Chat and Pinecone as my vector Store. See Diagram: After successfully uploading embeddings and creating an index on pinecone. I am using…
jasan
  • 11,475
  • 22
  • 57
  • 97
6
votes
2 answers

In Dialogflow reason for error message: "Permission 'cloudfunctions.functions.setIamPolicy' denied on resource dialogflowFirebaseFulfillment

I was trying webhook to send email in chatbot (dialogflow). Getting following error (log entry) . What may be the reson? message: "Permission 'cloudfunctions.functions.setIamPolicy' denied on resource…
6
votes
1 answer

Why slack slash command returns "http_client_error"

I'm trying to build a very simple Slackbot using the Bolt Framework. I'm using ngrok to run this locally and when I invoke a slash command, ngrok just shows: According to the Bot documentation, the app uses app.command() to handle slash commands.…
pcdr
  • 183
  • 2
  • 12
6
votes
1 answer

How to customize user dialog in botpress ver 11.9.5?

I am trying to add timestamp to every dialog in botpress chat. So far I am able to add this timestamp in bot's dialog, but I need some pointers in adding the same to user's dialog and choice skill. Screenshot from chat showing timestamp in bot's…
AabinGunz
  • 12,109
  • 54
  • 146
  • 218