RecognizerResult.NamedIntentScore 類別

  • java.lang.Object
    • com.microsoft.bot.builder.RecognizerResult.NamedIntentScore

public static class RecognizerResult.NamedIntentScore

保留意圖分數資訊。

欄位摘要

修飾詞與類型 欄位與描述
java.lang.String intent
double score

建構函式摘要

建構函式 Description
NamedIntentScore()

方法繼承來源 java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

欄位詳細資料

intent

public String intent

score

public double score

建構函式詳細資料

NamedIntentScore

public NamedIntentScore()

適用於