Skip to content
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

Open
petec029 opened this issue May 19, 2016 · 3 comments
Open

Not getting intent #3

petec029 opened this issue May 19, 2016 · 3 comments

Comments

@petec029
Copy link

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"
} ]
}
}

@mbrevoort
Copy link
Contributor

Yes, unfortunately wit.ai has changed considerably with they launched Bot
Builder.
On Thu, May 19, 2016 at 2:03 PM Pete Chmiel [email protected]
wrote:

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"
} ]
}
}


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#3

@petec029
Copy link
Author

Are you working on a more comprehensive rewrite that handles their new bot creation tools?
In the meantime if it is simple do you have time to fix it to just parse the new json structure to get the intent?

@localjo
Copy link

localjo commented Jul 18, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants