JsonChild Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
JsonChild() | |
JsonChild(String, String, IList<JsonChild>, IList<JsonModelFeatureInformation>) |
JsonChild()
JsonChild(String, String, IList<JsonChild>, IList<JsonModelFeatureInformation>)
- Source:
- JsonChild.cs
public JsonChild (string name = default, string instanceOf = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonChild> children = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonModelFeatureInformation> features = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonChild : string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonChild> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonModelFeatureInformation> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonChild
Public Sub New (Optional name As String = Nothing, Optional instanceOf As String = Nothing, Optional children As IList(Of JsonChild) = Nothing, Optional features As IList(Of JsonModelFeatureInformation) = Nothing)
Parameters
- name
- String
- instanceOf
- String
- features
- IList<JsonModelFeatureInformation>
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET