RecognizerResult.NamedIntentScore Classe

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

public static class RecognizerResult.NamedIntentScore

Contient les informations de score d’intention.

Récapitulatif du champ

Modificateur et type Champ et description
java.lang.String intent
double score

Récapitulatif du constructeur

Constructeur Description
NamedIntentScore()

Méthodes héritées de 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

Détails du champ

intent

public String intent

score

public double score

Détails du constructeur

NamedIntentScore

public NamedIntentScore()

S’applique à