Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,072 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The request is like this:
GET /luis/api/v2.0/apps/<app-id>/versions/0.1/entities HTTP/1.1
Host: westus.api.cognitive.microsoft.com
Cache-Control: no-cache
We tried other Luis APIs and they seem to work. . Only the API for ‘get all entities’ returns blank.
Thanks for reaching out. It looks like you are missing the entityId. Try using the api reference.
Your request url should look like this:
https://{endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/entities/{entityId}
Feel free to comment below if you still observe errors. Thanks.