Good afternoon, I started this question more like a discussion than doubt the language itself.
I need to chat or use some service that offers this.
I was studying natural language but found a site called wit.ai
which already offers this servi...
I configured an application to send Webhook Events to my API, as follows:
AftersettingupWebhooksintheApplicationthisway(Inscribedname,email): MyAPIisonlyreceivingthefollowingcode:
{
"object":"page",
"entry":[
{
"id"...
I'm using Luis.ai to create my neural network of intents and the Microsoft Bot Framework to create my chatbot, but I can not read a json that Luis is generating for me.
Luis's class:
public static async Task<LuisResult> GetResponse(st...
I'm developing a chatbot in Watson Conversations and I came across a useful need for dialogue.
I need if the dialog drops into anything_else 3 times the bot jumps to a dialog requesting user's contact information to get in touch with him.
Everyt...
Hello, how are you? I am creating a chatbot but I am having problems with HTTP (POST) request.
When I call a function to send the POST to Facebook Messenger it seems to loop and start sending all the posts. Generating this as a result:
Lo...
I'm developing a Chatbot in python, using the ChatterBot library.
I would like to know how I can "embed" this chatbot into an HTML page.
I'm a beginner.
I use USB Web Server
Follow the code:
# -*- coding: utf-8 -*-
from chatterbot.tra...
Next, I'm developing a bot on Watson and it's pretty much done, except for one detail: In a dialog where the user requests contact information from the company I wanted to pass an email with the reply but on account of the " "The email is not di...
I started developing chatbot using watson , I found it surprising and simple to deploy. But I was left with some doubts on how to do it and if it is possible (I saw in some chatbot ).
An example is, using conversation...
I created a very simple bot to learn how to use chatterbot. This library already comes with a training, but I wanted to put an extra training with the import of a corpus in Portuguese that I found in github.
from chatterbot import ChatBot
bot...
I designed a ChatBot using the Node-RED RedBot, however I have a question: There was a need to create an email sender option for Trello ChatBot when necessary to send an email, some tips on how to perform Such a deal? in Annex follows flow print...