-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not getting intent #3
Comments
Yes, unfortunately wit.ai has changed considerably with they launched Bot
|
Are you working on a more comprehensive rewrite that handles their new bot creation tools? |
Are there any plans to update witbot to use the new Wit.ai API? Looks like my best course of action right now is to find a different way to interface with Wit.ai. |
I am trying to use witbot for the first time and can not get witbot to recognize the intent. I am wondering if this is because the message structure has changed
API
Version change
On 2016, May 11th, the /message API was updated to reflect the new Bot Engine model: intent are now entities. We updated the SDK to the latest version: 20160516. You can target a specific version by setting the env variable WIT_API_VERSION.
{
"msg_id" : "e86468e5-b9e8-4645-95ce-b41a66fda88d",
"_text" : "hello",
"entities" : {
"intent" : [ {
"confidence" : 0.9753469589149633,
"value" : "greetings"
} ]
}
}
The text was updated successfully, but these errors were encountered: