共用方式為


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)

屬性值

從意圖對應到意圖的相關資訊。

適用於