Share via


LuisResult.Entities Property

Definition

The entities found in the query text.

public System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.EntityRecommendation> Entities { get; set; }
member this.Entities : System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.EntityRecommendation> with get, set
Public Property Entities As IList(Of EntityRecommendation)

Property Value

Applies to