this tag shout be used when the user have any query related to Facebook's NLP engine WIT.AI
Questions tagged [wit-ai]
31 questions
2
votes
3 answers
Setting responses(answers) in wit.ai
I am trying to make an automated chatbot using wit.ai
Till now I have learned that we can add intent and entity so chatbot can better understand the question.
I have a dataset of questions and answers.
1) If there is any way by which I can set…

ANKIT KUMAR
- 71
- 8
2
votes
1 answer
How to stop reply to the user if the bot doesn't know what the user type in wit.ai?
I am following this tutorial wit ai messenger bot tutorial
My question is that how to stop reply if the bot doesn't know what the user typing to.Currently the bot is keep replying something what i structured in wit ai.
Please guide me

Soul Coder
- 774
- 3
- 16
- 40
1
vote
0 answers
Wit AI partial translation causing a problem
I am using old code from a unity project but the wit.ai bot I've created is new. They have changed the way the response is sent and they use partial translations as well which does not work in my app. How do I remove the partial translations and…

Deepansh Chellani
- 25
- 4
1
vote
0 answers
Node.js Facebook messenger chatbot - sender PSID is not defined
i developed a chatbot with nodejs and deployed it to heroku. but the webhook is not working properly since its gets an error saying sender PSID is not defined. what should I do? I need help from experts.. I haven't used wit.ai in my project but only…

Imangi
- 43
- 2
- 7
1
vote
0 answers
Updating time and date in wit-ai weather example
I am trying to extend the wit-ai weather example by adding wit/datetime to the mix.
For example a user might type "How cold will it be in Berlin in 1 hour?" and the weather bot will bring back the data for the weather in 1 hour in Berlin.
So far…

Panagiotis
- 1,539
- 1
- 14
- 28
1
vote
1 answer
Form and intent in Bot Framework, wit.ai
I have a problem: my bot doesn't follow form, it just continuing to threat next answers as intents.
http://g.recordit.co/GultDCEndR.gif
when i type the first message "порахуй", it launches my form Exams.BuildForm, but the next my answer causes…

Dmytro Zhluktenko
- 150
- 2
- 11
1
vote
0 answers
API.AI vs. WIT.AI from analytics and logging aspects
I am trying to build a chat-bot , and my question is about the bot logging and analytics parts in API.AI vs. WIT.AI
As a background -
My bot is a simple one and does not require any fulfilment logic on my server since I can teach the bot how to…

Gadi Ben Amram
- 197
- 1
- 3
- 13
1
vote
2 answers
Calling action function wit api in python
I want to get the stock price of any item. I have a function getPrice which returns the price of the item. I am trying to use wit ai.
This is what I have tried.
from wit import Wit
def getPrice(request):
#statements
return price
def…

Hunterr
- 553
- 1
- 8
- 28
1
vote
1 answer
Wit.ai Clear or Reset context
How can I reset or clear the context at the end of my story or when the user wants to restart the process ? I already have a reset function of my own ... Not very effective ! Can you please explain me what I have to do ? Thank you very much
…

Pablo DelaNoche
- 677
- 1
- 9
- 28
1
vote
3 answers
Wit.ai How to Get an whole sentence in an entity
I would like to store an entire sentence an user said and store it.
This his how I did but I can't get the sentence from A to Z an an whole entity, just few parts knows as "number", "location", ....
merge(request) {
return new…

Pablo DelaNoche
- 677
- 1
- 9
- 28
1
vote
0 answers
How to separate price from numbers in wit.ai or any other ai platform
We are trying to build a bot by using wit.ai When we ask for price, we have to force users to type $ to separate the answer from general numbers. For example, when we are how much do you want to pay? The users answer:"100" The 100 will not be…

Junjie Shi
- 11
- 1
1
vote
0 answers
How to connect wit-php with facebook messenger?
I am following this tutorial Wi-php tutorial
and i can available test as this tuotrial.I am thinking that,to connect with facebook messenger.Is it possible to connect facebook messenger by using this tuorial code.
Please guide me.Thanks

Soul Coder
- 774
- 3
- 16
- 40
1
vote
2 answers
create Structured Message with wit.ai
How can I take advantage of the navigation templates from the facebook messenger with wit.ai?
At wit ai I created a fully functional bot with the Structured Messages.
The issue that I'm experiencing is that when I connected the wit ai bot to…

user6942447
- 11
- 4
0
votes
0 answers
How many utterances are needed to get insights in wit.ai?
insights wit.ai
I would like to see the accuracy of my model on wit.ai, but it says i need more utterances. Exactly how much data do i need to feed my model before I can see any graph in the insights part ?
I tried adding more utterances (around…
0
votes
1 answer
Update UI with a 2 parameters event on Unity
I'm new to Unity and my problem seems very simple but I can't find an answer online.
I'm trying to implement VoiceSDK (speech recognition) on a Oculus Quest.
There's a event called OnError(string, string) automatically called by Wit when an error…

hyonarge
- 33
- 1
- 4