Share via


RecognizerResult.Intents Property

Definition

Gets or sets the recognized intents, with the intent as key and the confidence as value.

public System.Collections.Generic.IDictionary<string,Microsoft.Bot.Builder.IntentScore> Intents { get; set; }
member this.Intents : System.Collections.Generic.IDictionary<string, Microsoft.Bot.Builder.IntentScore> with get, set
Public Property Intents As IDictionary(Of String, IntentScore)

Property Value

Mapping from intent to information about the intent.

Applies to