Questions tagged as 'chatbot'

1
answer

Problems with python libraries, ChatBot

I'm having problems in the Python library, specifically ChatBot, the error is as follows: from chatterbot import Chatbot ImportError: cannot import name 'Chatbot' " Here is my code: from chatterbot import Chatbot import pyttsx import spee...
asked by 29.10.2018 / 20:04
1
answer

How to train a bot using chatterbot

This is my first time developing a bot and following the instructions in the chatterbot manual I came up with the following code: from chatterbot import ChatBot bot = ChatBot( "Terminal", storage_adapter="chatterbot.storage.SQLStorageAdapter"...
asked by 01.11.2018 / 14:21
1
answer

Error 'BotFalante' object is not callable

I'm creating a 'virtual assistant' in Python, but with some difficulties. Here is the code: #-*- coding: utf-8 -*- from chatterbot.trainers import ListTrainer from chatterbot import ChatBot import pyttsx3 import speech_recognition as sr...
asked by 30.10.2018 / 20:47
0
answers

View another site within my view

I would like to know a method to call a chatbot that I developed that is hosted in the IBM Cloud through a button for example in the image below taken from the magazineluiza website: I would like that when the user clicks on a button like...
asked by 13.10.2018 / 20:03
0
answers

percentageCommomWords JAVA In String CHATBOT

I would like some help to implement the percentageCommomWords method in my code, because it is with contains and this ends up complicating a bit when the bot answers the right question. The code follows, but what I was needing w...
asked by 27.09.2018 / 14:28
0
answers

Problem with Promises in javascript (discord bot)

I'm not getting any way to make a part of the code that works with promises work. In the code, I do a check in arrays (obtained by a json) to know if youtube video is blocked or not, however, I need the rest of the method to wait for that part t...
asked by 11.10.2018 / 06:42
0
answers

Hashtable_t * hashtable = NULL;

I'm banging my head to understand this syntax, does that mean it? and especially this _t . I'm studying this program #include <stdlib.h> #include <stdio.h> #include <ctype.h> #include <limits.h> #include <strings...
asked by 17.09.2018 / 16:23
1
answer

How to make a function that takes data and releases in bot chat

Good afternoon I have a bot for a site where I go and wanted to develop a function where it sends a private message in the system. In my head it seems simple but I can not execute (I know the code is wrong but that's how I imagined it). I'm a...
asked by 22.04.2018 / 18:58
0
answers

My bot does not send the emails I request!

Greetings, I'm losing my hair with a stop here. I am developing a bot on telegram through Apps Script, that Google developer tool, and I'm going through the following problem, I ask pro bot send updates of the telegram to my email, and it just d...
asked by 23.03.2018 / 12:56
1
answer

Integrating FormFlow with Microsoft LUIS

I made a bot using the Microsoft BotBuilder SDK. I want a BotBuilder FormFlow to recognize and capture entities in a user response. For example, if the user responds: my email is [email protected], then FormFlow would have to capture, as an answer...
asked by 23.03.2018 / 13:44