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

How to use intents in wit.ai effectively?

I am new to wit.ai and trying to implement a chat bot using it. in there tutorials there only using a single question(or sentence. in my case I only have questions). But when we have like 20 different question types how can I use the intent…
jayz
  • 401
  • 1
  • 5
  • 25
0
votes
1 answer

How to post a new context to my wit bot?

I'm writing a bot using Wit.ai and I'm having trouble understanding context. More specifically how/when to set it. As I've understood it you set the context by posting to the API at any point in time you see fit, for example when executing a…
Joel
  • 3,166
  • 5
  • 24
  • 29
0
votes
1 answer

how to make speech recognition chat bot using wit.ai?

I'm trying to build a chat bot using wit.ai, which will recognize the speech and convert into text in chat bot. Is it possible with the GUI of wit.ai to make such kind of chat bot? I actually converted the voice into text, but facing difficulty to…
0
votes
2 answers

How to delete context/session_id at end of conversation in Wit.ai bot

I've been having issues with Wit.ai where my Python bot will retain the context after ending a conversation. This behaviour is the same in the Facebook client and the pywit interactive client. The conversation starts with a simple 'Hi' and can end…
ayuopy
  • 51
  • 4
0
votes
1 answer

How to send default replay in Hubot Wit

i have a requirement like sending default messageg to user if confidence is less than 90 .Please help
0
votes
1 answer

wit.ai converse with python

I'm creating a chat bot using wit.ai python API. I'm hoping to use converse in that. In there examples it only exists node examples for converse. Is there anyone who can help me with a example of wit.ai converse using python. below is the node…
jayz
  • 401
  • 1
  • 5
  • 25
0
votes
1 answer

How to write intermediate logic for fb chatbot with wit.ai?

I'm creating a facebook chatbot and using wit.ai for NLP. The replies I'm sending to user needs lots of processing (like db fetch, db update etc.). So whatever user is sending, I'm forwarding it to wit just to identify the context. Based on wit's…
Abhishek
  • 346
  • 6
  • 17
0
votes
1 answer

Best practice wit ai training

I am developing an apps that use wit ai as a service. Right now, I am having problems training it. In my apps I have 3 intents: to call to text to send picture Here are my example training: Call this number 072839485 and text this number…
Gregorius Edwadr
  • 399
  • 1
  • 3
  • 14
0
votes
2 answers

How should I format a curl for a HTTP request in PHP?

I know there is an library made by an individual (https://github.com/tgallice/wit-php). However, I can't find how he formatted the curl. I only want to do one request, so using his library would be overkill. Here is the string that works in…
0
votes
1 answer

Wit.ai How to set quick replies from action?

I am very new to bot development. I am playing wit.ai with facebook messanger. How do we set quick replies from action?
Ramesh Murugesan
  • 4,727
  • 7
  • 42
  • 67
0
votes
1 answer

Adding new intent and entity through code in APi.ai

i want to know if there is any way in which i can add/modify/delete train intents directly (for eg: through and http call)through code in API.ai so that i can automate the intent handling process?
12max34
  • 91
  • 6
0
votes
2 answers

how to link wit.ai with server using php?

I am creating a facebook bot i used chatfuel to create the bot,i send all the replies of the user to my server using Json API because" i want to pass data retrieved from the user's message to my Json API to get/add data from/to my database for…
0
votes
2 answers

How to train wit.ai for same phrases but in different contexts?

Wit.ai 'Understanding' tab allows us to train phrases for different intents (trait entities). However it is not clear how to train for the same phrase but in different contexts. For example the phrase "Yes" may be used as the answer for different…
A.N
  • 46
  • 4
0
votes
1 answer

wit.ai handling words with or w/out diacritics as synonyms

How to train the bot to recognize words with or without diacritics as synonyms, is this feature enabled? e.g. when I have a word (camera): foťák I would like to be treated as synonym to fotak. There are cases where diacritics really matters and…
0
votes
0 answers

Use default intents with wit.ai API

I am developping an application using the wit.ai API and in the documentation (chapter "Why would I create an open app?"), it is written it is possible to use a copy of default intents but it doesn't work. There is no example to explain how to…
Oupat
  • 111
  • 4