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.