Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CognitiveServices LUIS Authoring unable to deserialize response #225

Open
pedro-ramirez-suarez opened this issue Oct 5, 2021 · 0 comments

Comments

@pedro-ramirez-suarez
Copy link

pedro-ramirez-suarez commented Oct 5, 2021

API Name (Kind)

LUIS Authoring issue

Issue Description

Hi,

I get an "Unable to deserialize the response." error when calling the following ListAsync method.
var examples = await client.Examples.ListAsync(appId, app.ActiveVersion);
I am able to get intents and app details but not examples, this is the inner exception message:
' Message "JSON integer 2293959864 is too large or small for an Int32. Path '[0].id', line 1, position 17." string'

I am using version 3.1.0-preview.1 as mentioned in the documentation (https://docs.microsoft.com/en-us/azure/cognitive-services/luis/client-libraries-rest-api?tabs=windows&pivots=programming-language-csharp#add-example-utterance-to-intent)

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant