-
- All Implemented Interfaces:
-
ai.tock.bot.definition.IntentAware,ai.tock.bot.definition.IntentAwareBase,java.io.Serializable,kotlin.Comparable
public enum SecondaryIntent extends Enum<SecondaryIntent> implements IntentAwareBase
Secondary intents supported by the bot.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description indicate_locationSimple location.
indicate_originLocation with origin role specified.
more_elementsnext elements.
selectselect intent.
cancelcancel intent.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
Methods inherited from class ai.tock.bot.open.data.SecondaryIntent
compareTo, equals, finalize, getDeclaringClass, hashCode, toString, wrappedIntent -
Methods inherited from class ai.tock.bot.definition.IntentAwareBase
intentWithoutNamespace, wrap -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-