共用方式為


LuisPredictionOptions.DynamicLists 屬性

定義

取得或設定用來辨識特定查詢之實體的動態清單。

public System.Collections.Generic.IList<Microsoft.Bot.Builder.AI.LuisV3.DynamicList> DynamicLists { get; set; }
member this.DynamicLists : System.Collections.Generic.IList<Microsoft.Bot.Builder.AI.LuisV3.DynamicList> with get, set
Public Property DynamicLists As IList(Of DynamicList)

屬性值

動態清單,例如在查詢時要辨識的連絡人名稱。

適用於