A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
N
- NewDeviceEvent - class in ai.tock.bot.engine.event
- A new device event, in order to switch to another device.
- newHandlerDefinition(ai.tock.bot.engine.BotBus,java.lang.Object) - function in ai.tock.bot.definition.ConfigurableStoryHandler
- Instantiates new instance of T.
- newHandlerDefinition(ai.tock.bot.engine.BotBus,java.lang.Object) - function in ai.tock.bot.definition.SimpleStoryHandlerBase
- Instantiates new instance of T.
- newHandlerDefinition(ai.tock.bot.engine.BotBus,java.lang.Object) - function in ai.tock.bot.definition.StoryHandlerBase
- Instantiates new instance of T.
- NextUserActionState - class in ai.tock.bot.engine.dialog
- The temporary initial state for next user action.
- nlp - enum entry in ai.tock.bot.definition.DialogFlowStateTransitionType
- NlpCallStats - class in ai.tock.bot.engine.nlp
- Stats about nlp call.
- NlpController - class in ai.tock.bot.engine.nlp
- Sends NLP requests.
- NlpEntityMergeContext - class in ai.tock.bot.engine.nlp
- Provides all info to allow multiple values of the same entity type to be merged.
- NlpIntentStat - class in ai.tock.bot.engine.nlp
- Used by NlpCallStats.
- NlpListener - class in ai.tock.bot.engine.nlp
- Used to customize behaviour of NLP parsing - and also to monitor NLP requests - on bot side.
- nlpStats() - function in ai.tock.bot.engine.BotBus
- Returns the NLP call stats if an NLP call has occurred, null either.
- nlpStats() - function in ai.tock.bot.engine.BotBus
- Returns the NLP call stats if an NLP call has occurred, null either.
- nlpStats() - function in ai.tock.bot.engine.ConnectorStoryHandler
- Returns the NLP call stats if an NLP call has occurred, null either.
- nlpStats() - function in ai.tock.bot.engine.StoryHandlerDefinition
- Returns the NLP call stats if an NLP call has occurred, null either.
- NO - enum entry in ai.tock.bot.engine.config.SatisfactionIntent
- NO_ANSWER - enum entry in ai.tock.bot.admin.indicators.IndicatorValues
- noInput - enum entry in ai.tock.bot.engine.event.EventType
NoInputEvent event type.
- NoInputEvent - class in ai.tock.bot.engine.event
- Event created when there is no input from the user (after an undetermined amount of time)
connector support is not required!
- NOQUOTE - enum entry in ai.tock.bot.engine.action.ActionQuote
- NOREPLY - enum entry in ai.tock.bot.engine.action.ActionReply
- normal - enum entry in ai.tock.bot.engine.action.ActionPriority
- NOTE - enum entry in ai.tock.bot.engine.config.SatisfactionIntent
- notify(ai.tock.bot.engine.ConnectorController,ai.tock.bot.engine.user.PlayerId,ai.tock.bot.definition.IntentAware,ai.tock.bot.definition.StoryStep,java.util.Map,ai.tock.bot.engine.action.ActionNotificationType,kotlin.jvm.functions.Function1) - function in ai.tock.bot.connector.Connector
- Sends a notification to the connector.
- notify(ai.tock.bot.engine.ConnectorController,ai.tock.bot.engine.user.PlayerId,ai.tock.bot.definition.IntentAware,ai.tock.bot.definition.StoryStep,java.util.Map,ai.tock.bot.engine.action.ActionNotificationType,kotlin.jvm.functions.Function1) - function in ai.tock.bot.connector.Connector
- Sends a notification to the connector.
- notify(java.lang.String,java.lang.String,java.lang.String,ai.tock.bot.engine.user.PlayerId,ai.tock.bot.definition.IntentAware,ai.tock.bot.definition.StoryStep,ai.tock.bot.definition.Parameters,ai.tock.bot.connector.NotifyBotStateModifier,ai.tock.bot.engine.action.ActionNotificationType,kotlin.jvm.functions.Function1) - function in ai.tock.bot.definition.DefinitionBuildersKt
- Sends a notification to a connector.
- notify(java.lang.String,ai.tock.bot.engine.user.PlayerId,ai.tock.bot.definition.IntentAware,ai.tock.bot.definition.StoryStep,java.util.Map,ai.tock.bot.connector.NotifyBotStateModifier,ai.tock.bot.engine.action.ActionNotificationType,java.lang.String,java.lang.String,kotlin.jvm.functions.Function1) - function in ai.tock.bot.engine.BotRepository
- Sends a notification to a connector.
- notify(ai.tock.bot.engine.user.PlayerId,ai.tock.bot.definition.IntentAware,ai.tock.bot.definition.StoryStep,java.util.Map,ai.tock.bot.engine.action.ActionNotificationType,kotlin.jvm.functions.Function1) - function in ai.tock.bot.engine.ConnectorController
- Sends a notification to the connector.
- NotifyBotStateModifier - class in ai.tock.bot.connector
- Manage bot state and notifications.