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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.