-
Notifications
You must be signed in to change notification settings - Fork 213
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
built-in NLP support? #79
Comments
I double this, I am guessing you will have to modify the handleMessage method to add some callback for handling built in NLP calls |
I found how to do that. If you enable built in NLP with the default English language model, the structure of your payload inside bot.on("message") looks as follows
As you can see, you just need to check for the existence of NLP property which contains an ibject of entities Here is how it works
|
I would like to know if built-in NLP support is added in this library, as described here: https://developers.facebook.com/docs/messenger-platform/built-in-nlp
When would it be available?
The text was updated successfully, but these errors were encountered: