Reputation: 355
But we are building a bot automation, and do not want to use LUISGen, because we can't ask user to use LUISGEN to generate the C# class.
So, which is the best/latest method for me to call LUIS to get Intent and Entities?
Is it the API method at https://westus.dev.cognitive.microsoft.com/docs/services/5890b47c39e2bb17b84a55ff/operations/5890b47c39e2bb052c5b9c2f ?
But I can't seems to find any documentation for getting Intent and Entities with User Utterances.
Thanks.
Upvotes: 0
Views: 192
Reputation: 1854
You can refer to this documentation to get intents using endpoint REST API. Also, depending on what exactly you want to query for, you can make use of the LUIS API.
LUIS get entity
LUIS get intent
Hope this helps.
Upvotes: 1