-
- All Implemented Interfaces:
-
ai.tock.bot.definition.IntentAware
public interface IntentAwareBase implements IntentAware
For Enum based IntentAware implementations.
-
-
Method Summary
Modifier and Type Method Description IntentwrappedIntent()abstract StringgetName()-
Methods inherited from class ai.tock.bot.definition.IntentAwareBase
intentWithoutNamespace, wrap -
Methods inherited from class ai.tock.bot.definition.IntentAware
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
wrappedIntent
Intent wrappedIntent()
-
-
-
-