-
Notifications
You must be signed in to change notification settings - Fork 21
Not getting intent #3
Copy link
Copy link
Open
Description
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"
} ]
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels