RecognizerResult.Intents Eigenschaft

Definition

Ruft die erkannten Absichten mit der Absicht als Schlüssel und der Konfidenz als Wert ab oder legt diese fest.

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)

Eigenschaftswert

Zuordnung von der Absicht zu Informationen zur Absicht.

Gilt für: