Class LLMAnswer
-
- All Implemented Interfaces:
public final class LLMAnswer
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringstatusprivate final Stringanswerprivate final DoubleconfidenceScoreprivate final BooleandisplayAnswerprivate final Stringtopicprivate final List<String>suggestedTopicsprivate final Stringunderstandingprivate final StringredirectionIntentprivate final List<ChunkSentences>contextUsage
-
Method Summary
Modifier and Type Method Description final StringgetStatus()final StringgetAnswer()final DoublegetConfidenceScore()final BooleangetDisplayAnswer()final StringgetTopic()final List<String>getSuggestedTopics()final StringgetUnderstanding()final StringgetRedirectionIntent()final List<ChunkSentences>getContextUsage()-
-
Method Detail
-
getConfidenceScore
final Double getConfidenceScore()
-
getDisplayAnswer
final Boolean getDisplayAnswer()
-
getSuggestedTopics
final List<String> getSuggestedTopics()
-
getUnderstanding
final String getUnderstanding()
-
getRedirectionIntent
final String getRedirectionIntent()
-
getContextUsage
final List<ChunkSentences> getContextUsage()
-
-
-
-