LuisPredictionOptions.DynamicLists Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets dynamic lists used to recognize entities for a particular query.
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)
Property Value
Dynamic lists of things like contact names to recognize at query time.