-
public final class BlockedIntentForPrimary extends OrchestrationBlockedIntent
-
-
Constructor Summary
Constructors Constructor Description BlockedIntentForPrimary(String primaryBotId, IntentAware intents, CharSequence message)BlockedIntentForPrimary(String primaryBotId, List<IntentAware> intents, CharSequence message)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class ai.tock.bot.orchestration.bot.secondary.BlockedIntentForPrimary
applyTo -
Methods inherited from class ai.tock.bot.orchestration.bot.secondary.OrchestrationBlockedIntent
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BlockedIntentForPrimary
BlockedIntentForPrimary(String primaryBotId, IntentAware intents, CharSequence message)
-
BlockedIntentForPrimary
BlockedIntentForPrimary(String primaryBotId, List<IntentAware> intents, CharSequence message)
-
-
-
-