Megosztás a következőn keresztül:


LuisApp.Entities Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to