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)

属性值

查询时要识别的联系人姓名等内容的动态列表。

适用于