-
- 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
-
Method Summary
Modifier and Type Method Description IntentwrappedIntent()final Stringcomponent1()final Intentcopy(String name)final StringgetName()The qualified name of the intent. -
Methods inherited from class ai.tock.bot.definition.Intent
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
-
-
Constructor Detail
-
Intent
Intent(String name)
-
-
Method Detail
-
wrappedIntent
Intent wrappedIntent()
-
component1
final String component1()
-
-
-
-