次の方法で共有


LuisApp.Composites プロパティ

定義

[Newtonsoft.Json.JsonProperty(PropertyName="composites")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel> Composites { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="composites")>]
member this.Composites : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel> with get, set
Public Property Composites As IList(Of HierarchicalModel)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象