Questions tagged [wit.ai]

Wit.ai is a NLP engine owned by Facebook that makes it easy for developers to build bots, applications and devices that you can talk or text to.

Wit.ai is a cloud service API for speech recognition and natural language processing, for use with bots, applications and devices.

Wit.ai can help you

  • Understand Natural Language: parse a message (Voice or Text) into structured data
  • Converse: predict the next action your bot should do (Bot Engine)

Source code available at GitHub.

326 questions
-1
votes
1 answer

Can I load a Zip file to my app (previously downloaded)

I downloaded the Zip file containing all the app data and now I want to load it back instead of the existing one. Is it even possible? Thanks.
-1
votes
2 answers

can I use wit.ai for non-facebook bots?

I know wit.ai is actually facebook, so is there an option to use this NLP with a non facebook messenger bot? I would like to use it in many messages channels ON TOP of facebook messenger...
Gadi Ben Amram
  • 197
  • 1
  • 3
  • 13
-1
votes
1 answer

Can no longer create stories in wit.ai

Since this morning (European time), it's no longer possible to create new stories on wit.ai for me. I noticed different issues when trying as usual in my existing apps, so I created a very simple new app to test what was going on. This test app is…
-1
votes
1 answer

very long wit.ai response time

my question is about wit.ai response time in case of my bot it takes about 50 seconds for phrase with 100 letters is it not too long? i've also observed that during the morning, response is quicker than afternoon (Europe/Warsaw time zone). Any…
-2
votes
1 answer

0curl: (6) Could not resolve host: ^ (cURL problem)

I just start to use wit.AI to create my first bot and I'm doing everything in backend. I first create my server. Now I just want to do some request with cURL but when I copy the model which provided by wit.AI I have an error: this what I have to…
Ellie
  • 3
  • 2
-2
votes
1 answer

How to add payload request for FB chatbot in python?

I have created a chatbot in python, flask, pymessenger, witai. I have added some button but I don't know how to reply back once the user press/select the option from my menu. Below is my code. @app.route('/', methods=['GET']) def verify(): if…
codekiller
  • 53
  • 1
  • 9
-2
votes
1 answer

How to train Wit.ai for languages other then english?

How do u input different languages on Wit.ai. I have tried writing the other languages in english and training. But I want to train it on the languages own script.
-3
votes
1 answer

wit.ai integration issue with facebook messenger

I integrated wit.ai with facebook messenger. Its working good with my fb account? But if I try with others account, webhook call is not called. What could be the problem?
-3
votes
2 answers

What are the benefits of developing chatboat using MxNet rather than API.AI (DialogFlow), LUIS, WIT.AI or any other AI framework?

I want to develop own chatbot for my retail store project. I have checked different frameworks like API.AI (DialogFlow), LUIS, WIT.AI and Whatsan virtual agent. But I also come across MXNet. So if I develop my own chatbot using MxNet then what will…
Rajesh N
  • 6,198
  • 2
  • 47
  • 58
-3
votes
1 answer

How is it suppose that I use wit.ai if stories are deprecated?

I'm developing a bot using this workflow Glitch Hosting -> BotKit Studio API ->Facebook API -> Wit.AI API. Right now Wit.ai works with my bot, when I check de Logs console (in wit.ai) shows messages that have been sent through messenger, but what I…
Pi Ca
  • 19
  • 1
-3
votes
1 answer

Can (google/microsoft/facebook/watson) NLUs be used to index 100's of help documents (web pages) and then query it?

I have the following a) Document base (100's of web pages) where we have captured all the help topics that users need. b) Forums Web Page, which is active. Question: What is the best way to do a search and pull the relevant pages when a user…
aadidasu
  • 1,037
  • 4
  • 15
  • 26
1 2 3
21
22