Share via


LuisPredictionOptions.ExternalEntities Property

Definition

Gets or sets external entities recognized in the query.

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

Property Value

External entities recognized in query.

Applies to