Package ai.tock.bot.definition
Class Intent
-
- All Implemented Interfaces:
-
ai.tock.bot.definition.IntentAware
public final class Intent implements IntentAware
An intent definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIntent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringnamepublic final static Intent.CompanionCompanion
-
Method Summary
Modifier and Type Method Description final StringgetName()The qualified name of the intent. IntentwrappedIntent()-
-
Constructor Detail
-
Intent
Intent(String name)
-
-
Method Detail
-
wrappedIntent
Intent wrappedIntent()
-
-
-
-