RecognizerResult.NamedIntentScore Class

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

public static class RecognizerResult.NamedIntentScore

Holds intent score info.

Field Summary

Modifier and Type Field and Description
java.lang.String intent
double score

Constructor Summary

Constructor Description
NamedIntentScore()

Methods inherited from 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

Field Details

intent

public String intent

score

public double score

Constructor Details

NamedIntentScore

public NamedIntentScore()

Applies to