Share via


DynamicList.RequestLists Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to