Sdílet prostřednictvím


LuisAppV2.ClosedLists Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to