Skip to content

CognitiveServices LUIS Authoring unable to deserialize response #225

@pedro-ramirez-suarez

Description

@pedro-ramirez-suarez

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions