LuisResult.Intents 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 intents found in the query text.
public System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.IntentRecommendation> Intents { get; set; }
member this.Intents : System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.IntentRecommendation> with get, set
Public Property Intents As IList(Of IntentRecommendation)