Condividi tramite


RecognizerResult.Intents Proprietà

Definizione

Ottiene o imposta le finalità riconosciute, con la finalità come chiave e l'attendibilità come valore.

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)

Valore della proprietà

Mapping dalla finalità alle informazioni sulla finalità.

Si applica a