luis intent and entity detection of slack data into chat bot

167 Views Asked by At

I am using Node Js example Lets say user is sending data from slack to chat bot. so chat bot will detect intent and entity from data and then perform certain action based on intent.

I already created model in luis. I am able to communicate between bot and slack.but how i can use my model to detect entities and intent.???

1

There are 1 best solutions below

0
On

Take a look to the the Luis Node.js sample to get an idea of how this should be.