LuisResult.CompositeEntities 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.
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)