Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

LUISgen generates bad C# files from JSON app file #453

Copy link
Copy link
@vhnatyk

Description

@vhnatyk
Issue body actions

From attached JSON file, that was generated by preview.luis.ai - generated C# file has only sections

            // Simple entities
            public string[] amount;
            public string[] [object_Object];
            public string[] [object_Object];
            public string[] directionWithAddress;
            public string[] [object_Object];
            public string[] [object_Object];
            public string[] [object_Object];
            public string[] valueCurrency;
            public string[] [object_Object];
            public string[] [object_Object];

while for example entity directionWithAddress is not simple from JSON section

{
      "name": "directionWithAddress",
      "children": [
        {
          "name": "direction2",
          "children": [],
          "features": [
            {
              "featureName": "direction"
            }
          ]
        },
        {
          "name": "id",
          "children": [],
          "features": []
        },
        {
          "name": "network",
          "children": [],
          "features": []
        }
      ],
      "roles": [],
      "features": []
    },

TransferFunds.zip

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.R8Release 8 - March 16th, 2020Release 8 - March 16th, 2020customer-replied-toIndicates that the team has replied to the issue reported by the customer. Do not delete.Indicates that the team has replied to the issue reported by the customer. Do not delete.customer-reportedIssue is created by anyone that is not a collaborator in the repository.Issue is created by anyone that is not a collaborator in the repository.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.