Partager via


RecognizerResult.Intents Propriété

Définition

Obtient ou définit les intentions reconnues, avec l’intention comme clé et la confiance comme valeur.

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)

Valeur de propriété

Mappage de l’intention à des informations sur l’intention.

S’applique à