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
4
votes
1 answer

Bot Framework V4 dependence injection not working

I am using .Net Core 2.1 to build a Bot with version 4 like the example here and I am not getting any response from the Bot Framework Emulator or code error from Visual Studio. When I go from url it says this error on image below. I think is…
4
votes
1 answer

How to avoid automatic resclaling of image MS Bot builder framework

Hello I am coding a chatbot and I need to be able to send images in the chat. They are only small icons. I have tried adapting the code in the "handling attachtments" sample…
Ceal Clem
  • 225
  • 4
  • 10
4
votes
2 answers

typing indicator in chatbot

Typing indicator for bot framework in nodejs Hi, i am working with microsoft bot framework v4, node js, i need to implement typing in chat bot. the bot should respond like(...) as response before sending the original response. i have seen the code…
Sanjeev Gautam
  • 353
  • 3
  • 15
4
votes
2 answers

Facebook webhook, how to get conversation id from mid id

Hello everyone i'm building a chat bot, i'm having a problem that is, when a user sends a message to my app, i don't get the conversation id like "t_31231231231231", instead I get "mid", I don't know how to get the conversation from "mid", i tried…
4
votes
1 answer

Connecting Rasa chatbot to Webchat

I am trying to connect this webchat widget to rasa (https://github.com/mrbot-ai/rasa-webchat), but I am getting this error in my console, and also this error on the terminal where I am running my connector script. But two days ago I did not have…
4
votes
0 answers

Need to know how to properly regression test a Dialogflow agent - multiple, conflicting options

I've been working with Dialogflow for several months now - really enjoy the tool. However, it's very important to me to know if my changes (in training) are making intent mapping accuracy better or worse over time. I've talked to numerous people…
JohnH
  • 41
  • 1
4
votes
1 answer

Verifying HMAC from Microsoft Teams custom Bot in ColdFusion

I am trying to authenticate a Microsoft Teams custom Bot with ColdFusion, following the Microsoft instructions in C#. I also tried following this PHP example. But I'm not having any luck. Any idea what I'm missing here?
gfrobenius
  • 3,987
  • 8
  • 34
  • 66
4
votes
1 answer

Set Timer Using Microsoft Bot Framework

If user doesn't respond to bot for more than 5 sec,Bot should prompt "are you there".To implement this logic, could you please help, how to set timer in chat bot using Node Js SDK and V4 version in Microsoft Bot framework
Srilekha
  • 57
  • 1
  • 2
4
votes
1 answer

Training dialogflow using large datasets

I have dataset having user queries and and responses. The dataset size is around ~50k. The data is stored in csv file having two columns for query and response respectively. How to train dialogflow using this dataset? Can I train it using python…
shivank01
  • 1,015
  • 3
  • 16
  • 35
4
votes
1 answer

Dialogflow Web Integration not showing Quick Replies and Multiple Replies

I've created a chatbot using Dialogflow and integrated it with Telegram, Facebook Messenger and Web. The response for Dialogflow is created via Fulfillment written in Python. In Telegram and Facebook Messenger I am getting replies as expected for…
Thanthu
  • 4,399
  • 34
  • 43
4
votes
2 answers

Recast.ai: TypeError: Cannot read property 'attachment' of undefined

I want my recast.bot reply to the user's response. Here is the code, but I got the error message below. How to resolve this issue? Bot Server is running on port 5002 TypeError: Cannot read property 'attachment' of undefined at new Message…
4
votes
1 answer

Botpress: Custom Content Type and Custom Rendering

I am new to Botpress. I just installed the latest version ‘botpress-ce-v11_0_1-win-x64’ of Botpress. I was going over the documentation and i found some explanation about Content Type, Content Element and Content Rendering. But it is not very clear…
4
votes
3 answers

How to ADD Multiple Responses in AWS Lex

I was trying to add Multiple Responses for AWS Lex using AWS Lambda Functions but I am facing this error. I was trying for But I am stuck at the message An error has occurred: Invalid Lambda Response: Received invalid response from Lambda: Can not…
4
votes
1 answer

Issue in handling inputs from previous buttons generated by prompts in Slack in Microsoft Bot builder node.js

In the condition when there are multiple buttons present on the same chat history, the user may click the button from previous messages, therefore I am not able to identify from which dialog/message the input came from. Example: As chat bot is…
Ajaz
  • 43
  • 1
  • 4
4
votes
0 answers

Unable to save variable to table storage from Azure QnA chat bot C#

I am trying to save a single variable "userinput" into my Azure table storage, the variable populates with the first message the user send to the chat bot, when the user sends "no" to the bot. This is my current code for uploading the variable…
user10190803
  • 357
  • 4
  • 14