Share via


LuisPredictionOptions.DynamicLists Property

Definition

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.

Applies to