Package ai.tock.bot.definition
Object Intent.Companion
-
- All Implemented Interfaces:
public class Intent.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Intentunknownprivate final Intentkeywordprivate final Intentragexcludedpublic final static Intent.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntentgetUnknown()The unknown intent. final IntentgetKeyword()The keyword intent. final IntentgetRagexcluded()The RAG excluded subject intent. -
-
Method Detail
-
getUnknown
final Intent getUnknown()
The unknown intent.
-
getKeyword
final Intent getKeyword()
The keyword intent.
-
getRagexcluded
final Intent getRagexcluded()
The RAG excluded subject intent.
-
-
-
-