RecognizerResult.NamedIntentScore Classe

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

public static class RecognizerResult.NamedIntentScore

Contiene informazioni sul punteggio della finalità.

Riepilogo dei campi

Modificatore e tipo Campo e descrizione
java.lang.String intent
double score

Riepilogo dei costruttori

Costruttore Descrizione
NamedIntentScore()

Metodi ereditati da 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

Dettagli del campo

intent

public String intent

score

public double score

Dettagli costruttore

NamedIntentScore

public NamedIntentScore()

Si applica a