I am working with node js. Now I have to connect my application with Azure Cognitive Services. I did not find APIs for detecting Intent , API for listing Intent also API for listing entities. Right now I am using axios to send request from my node js applications. I tried LUIS documentation. But this does not work. Then I have tried Azure Cognitive service documentation. It works but there I did not find any API for intents and entities. Which API documentation should I follow and is there any better way to connect Azure Cognitive service withnode js?
↧