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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET