Share via


LuisResult.CompositeEntities Property

Definition

The composite entities found in the utterance.

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

Property Value

Applies to