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)

プロパティ値

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

適用対象