Package ai.tock.bot.definition
Interface IntentAware
-
- All Implemented Interfaces:
public interface IntentAwareConvenient interface used to compare Intent with StoryDefinition.
-
-
Method Summary
Modifier and Type Method Description abstract IntentwrappedIntent()IntentWithoutNamespaceintentWithoutNamespace()Booleanwrap(Intent intent)Is it the right intent? -
-
Method Detail
-
wrappedIntent
abstract Intent wrappedIntent()
-
intentWithoutNamespace
IntentWithoutNamespace intentWithoutNamespace()
-
-
-
-