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.???
Take a look to the the Luis Node.js sample to get an idea of how this should be.