RecognizerResult.Intents 属性

定义

获取或设置已识别的意向,其中意向作为键,置信度为值。

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)

属性值

从意向映射到有关意向的信息。

适用于