Azure-Samples / Azure-Samples/cognitive-services-dotnet-sdk-samples
Exception retrieving examples from LUIS with Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient
- Dominant language
- C#
- Stars
- 123
- Forks
- 166
- PR merge metrics
- No merged PRs in 30d
Description
Hi, **Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient.Examples.ListAsync**
fails when try to retrieve data
When I try to get the list of LUIS examples, it throws an exception wher indicates that the id it tries to return is greater than int32, when checking the LabeledUtterance and LabelExampleResponse class I see that the id is indeed an int32?
on the image can see that try ot cast 4750297111 as Int32 and throws the exception



thanks for your help
Contributor guide
Assessment
This issue has not been assessed yet.