次の方法で共有


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)

プロパティ値

意図から意図に関する情報へのマッピング。

適用対象