JsonChild コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
JsonChild() | |
JsonChild(String, String, IList<JsonChild>, IList<JsonModelFeatureInformation>) |
JsonChild()
JsonChild(String, String, IList<JsonChild>, IList<JsonModelFeatureInformation>)
- ソース:
- 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)
パラメーター
- name
- String
- instanceOf
- String
- features
- IList<JsonModelFeatureInformation>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET