Partilhar via


RecognizerResult.Intents Propriedade

Definição

Obtém ou define as intenções reconhecidas, com a intenção como chave e a confiança 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 Propriedade

Mapeamento da intenção para informações sobre a intenção.

Aplica-se a