Compartir a través de


RecognizerResult.Intents Propiedad

Definición

Obtiene o establece las intenciones reconocidas, con la intención como clave y la confianza como valor.

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)

Valor de propiedad

Asignación de la intención a información sobre la intención.

Se aplica a