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
vote
1 answer

Wit.ai stories with branch

I'm writing a bot powered by wit.ai and want to figure out how to do it right. I followed the documentation, but there are some gaps. The story looks like this: I'm interested in particular case when in the first message I have only "intent" and in…
green-creeper
  • 316
  • 3
  • 15
1
vote
2 answers

How can I delete an App on Wit.ai?

I've created a very simple app on Wit.ai, but the App is not responding as I expect. So I want to remove it and create a new one. But the problem is that I don't see any menu option to remove it. How can I delete an App on Wit.ai?
Marc Pou
  • 649
  • 2
  • 7
  • 20
1
vote
0 answers

is there a way to disable storing speech items in the wit.ai inbox?

By default, all speech items sent to wit.ai for speech recognition and stored on inbox. I would like to disable storing them by default or to control when they can be stored. If not, all users commands are stored there which I think it could be not…
izenaabi
  • 11
  • 1
1
vote
0 answers

Where do we get other users stories and how to import that in our app in wit.ai?

I have created a new app in wit.ai. I created new stories for that app with intent and replies using 'Bot sends'. I'm using node.js. It works normally as expected. There is no issues with this. What I want to know is 1. Where do we get the other…
Newbie7988
  • 143
  • 2
  • 10
1
vote
0 answers

Transfer entity knowledge between apps

What is the easiest way to transfer one entity knowledge (including all expressions that is labeled by the entity) from one private apps to another private apps (same developer)? My current method are: Export both projects to two zip files. Copy…
impulse
  • 206
  • 2
  • 4
1
vote
0 answers

Wit/location gives wrong results

I have a Wit/Messenger bot that needs te be given a location in user input in order to run a few API calls, today i was trying some dummy input like "sfsgsgj dkldh" and the whole sentence is interpreted as a location by Wit. Do you have an idea…
Youssef
  • 1,033
  • 8
  • 16
1
vote
2 answers

How to answer back with images in wit.ai?

I am trying to create a fb_messenger bot using wit.ai.In wit.ai,i can only do answering and question which is only text.But I want to answering back to user by showing images.How to do it?Please guide me. Thank you very much.
Soul Coder
  • 774
  • 3
  • 16
  • 40
1
vote
1 answer

How can i suggest intents to user in wit.ai?

I want to create a feedback mechanism where if wit.ai fails to understand some command it can suggest a list of intents to be chosen by user and using this I can update the synonym under that entity.
Sumeet Sharma
  • 2,573
  • 1
  • 12
  • 24
1
vote
0 answers

Stories sandbox in wit.ai

Let's say I create a story dedicated to giving the weather in a given place, and a story dedicated to listing the possible activities in a given place, and a allowing to buy tickets for them. Let's say a user launches the second story by entering…
1
vote
2 answers

Pronoun support in wit.ai?

Currently I have two stories. Something like this: Story #1 User: How much is Widget X 2000? Bot: It costs $30. Story #2 User: Where can I buy Widget X 2000? Bot: At your local Best Buy. The problem: If a user triggers story #1, they still must…
1
vote
1 answer

Wit.ai: How to send a message when confidence below a certain level?

I'm playing around with the Wit.ai Facebook Messenger Example (https://github.com/wit-ai/node-wit/blob/master/examples/messenger.js) Is there a way to send a preset response when the user's message is not understood. I was thinking along the lines…
Karl
  • 21
  • 3
1
vote
0 answers

Wit.ai HTTP api using php curl

Hi i have been following documentation of wit.ai HTTP api and i have built a php chat application I want to integrate wit.ai bot with it can any one help me with it so far i have created stories in wit and i have used https://api.wit.ai/message and…
1
vote
1 answer

Make my Wit.ai-Bot response with random Strings

my Question is if I can get my Wit.ai-Bot to respond with a random response from an Array of responses? For example: User: Search for Cats Bot: Ok. I'll search for that real quick. ... User: Search for Cat Images Bot: Sure. I'll look for it!
Unkn0wnCat
  • 13
  • 1
  • 6
1
vote
1 answer

wit.ai - Keywords conflict

I am designing a bot with wit.ai and encounter a conflict issue. In my story the user wants instructions to access a service. I've created an entity service. There are 2 services available "mailing" and "chat channels" but I want the user to be able…
Vatre
  • 21
  • 5
1
vote
1 answer

Wit.ai Not Parsing Data to Chat Response

I am having some problems with my modification of wit.ai's messenger.js on GitHub. I added some API calls to get real time weather but I am having trouble getting the result into the bot's reply (context.forecast). The context.forecast line is not…
Nathan Brown
  • 217
  • 3
  • 10