LuisApp.Phraselists Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to