public class IntentTestErrorWithSentenceReport
public IntentTestErrorWithSentenceReport(@NotNull
SentenceReport sentence,
@NotNull
java.lang.String currentIntent,
@NotNull
java.lang.String wrongIntent,
double averageErrorProbability,
int count,
int total,
@NotNull
java.time.Instant firstDetectionDate)
public IntentTestErrorWithSentenceReport(@NotNull
ai.tock.nlp.front.shared.config.ClassifiedSentence originalSentence,
@NotNull
ai.tock.nlp.front.shared.test.IntentTestError error,
boolean obfuscateSentence)
@NotNull public SentenceReport getSentence()
@NotNull public java.lang.String getCurrentIntent()
@NotNull public java.lang.String getWrongIntent()
public double getAverageErrorProbability()
public int getCount()
public int getTotal()
@NotNull public java.time.Instant getFirstDetectionDate()