JsonChild Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
JsonChild() | |
JsonChild(String, String, IList<JsonChild>, IList<JsonModelFeatureInformation>) |
JsonChild()
JsonChild(String, String, IList<JsonChild>, IList<JsonModelFeatureInformation>)
- Quelle:
- 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)
Parameter
- name
- String
- instanceOf
- String
- features
- IList<JsonModelFeatureInformation>
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET