次の方法で共有


PredictionRequest.DynamicLists プロパティ

定義

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象