A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y 

H

handle(ai.tock.bot.engine.action.Action,ai.tock.bot.engine.BotBus) - function in ai.tock.bot.definition.BotAnswerInterceptor
Returns the replacement action.
handle(ai.tock.bot.engine.BotBus) - function in ai.tock.bot.definition.StoryDefinitionBase
 
handle(ai.tock.bot.engine.BotBus) - function in ai.tock.bot.definition.StoryHandler
Receive a message from the bus.
handle(ai.tock.bot.engine.BotBus) - function in ai.tock.bot.definition.StoryHandlerBase
Receive a message from the bus.
handle(ai.tock.bot.engine.BotBus) - function in ai.tock.bot.definition.StoryHandlerBase
Receive a message from the bus.
handle() - function in ai.tock.bot.definition.StoryHandlerDefinition
The main method to implement.
handle() - function in ai.tock.bot.definition.StoryHandlerDefinitionBase
Default implementation redirect to answer.
handle(ai.tock.bot.engine.event.Event,ai.tock.bot.connector.ConnectorData) - function in ai.tock.bot.engine.ConnectorController
Handles an event sent by the connector.
handle(ai.tock.bot.engine.BotBus) - function in ai.tock.bot.engine.config.BotConfigurationStoryHandler
Receive a message from the bus.
handle(ai.tock.bot.engine.BotBus) - function in ai.tock.bot.engine.config.BotConfigurationStoryHandlerBase
Receive a message from the bus.
handle(ai.tock.bot.engine.BotBus) - function in ai.tock.bot.engine.dialog.Story
Handles a request.
handle(ai.tock.bot.engine.BotBus) - function in engine.config.AbstractProactiveAnswerHandler
 
handle(ai.tock.bot.engine.BotBus) - function in engine.config.RAGAnswerHandler
 
handleAndSwitchStory(ai.tock.bot.engine.BotBus) - function in ai.tock.bot.definition.StoryHandlerBase
Handles the action and switches the context to the underlying story definition.
handleAndSwitchStory(ai.tock.bot.engine.BotBus) - function in ai.tock.bot.definition.StoryHandlerBase
Handles the action and switches the context to the underlying story definition.
handleAndSwitchStory(ai.tock.bot.definition.StoryDefinition,ai.tock.bot.definition.Intent) - function in ai.tock.bot.engine.BotBus
Handles the action and switches the context to the specified story definition.
handleAndSwitchStory(ai.tock.bot.definition.StoryDefinition,ai.tock.bot.definition.Intent) - function in ai.tock.bot.engine.BotBus
Handles the action and switches the context to the specified story definition.
handleAndSwitchStory(ai.tock.bot.definition.StoryDefinition,ai.tock.bot.definition.Intent) - function in ai.tock.bot.engine.ConnectorStoryHandler
Handles the action and switches the context to the specified story definition.
handleAndSwitchStory(ai.tock.bot.definition.StoryDefinition,ai.tock.bot.definition.Intent) - function in ai.tock.bot.engine.StoryHandlerDefinition
Handles the action and switches the context to the specified story definition.
handleKeyword(java.lang.String) - function in ai.tock.bot.engine.nlp.BuiltInKeywordListener
Used to handle "secret" keywords.
handleKeyword(java.lang.String) - function in ai.tock.bot.engine.nlp.NlpListener
Used to handle "secret" keywords.
handleProactiveAnswer(ai.tock.bot.engine.BotBus) - function in ai.tock.bot.engine.config.RAGAnswerHandler
 
handleProactiveAnswer(ai.tock.bot.engine.BotBus) - function in engine.config.AbstractProactiveAnswerHandler
 
handler() - function in ai.tock.bot.definition.StoryDataStep
The custom handler for this step.
handler() - function in ai.tock.bot.definition.StoryDataStepBase
The custom handler for this step.
HandlerStoryDefinitionCreator - class in ai.tock.bot.definition
In order to create StoryHandlerDefinition.
HandlerStoryDefinitionCreatorKt - class in ai.tock.bot.definition
 
handleWithKeywordListeners(ai.tock.bot.engine.BotBus,java.lang.String) - function in ai.tock.bot.definition.BotDefinitionBase.Companion
 
has(java.lang.String) - function in ai.tock.bot.admin.indicators.PredefinedIndicators
 
hasActionEntity(ai.tock.nlp.api.client.model.Entity) - function in ai.tock.bot.engine.BotBus
Returns true if the current action has the specified entity role.
hasActionEntity(ai.tock.nlp.api.client.model.Entity) - function in ai.tock.bot.engine.BotBus
Returns true if the current action has the specified entity role.
hasActionEntity(java.lang.String) - function in ai.tock.bot.engine.BotBus
Returns true if the current action has the specified entity role.
hasActionEntity(java.lang.String) - function in ai.tock.bot.engine.BotBus
Returns true if the current action has the specified entity role.
hasActionEntity(ai.tock.nlp.api.client.model.Entity) - function in ai.tock.bot.engine.ConnectorStoryHandler
Returns true if the current action has the specified entity role.
hasActionEntity(java.lang.String) - function in ai.tock.bot.engine.ConnectorStoryHandler
Returns true if the current action has the specified entity role.
hasActionEntity(ai.tock.nlp.api.client.model.Entity) - function in ai.tock.bot.engine.StoryHandlerDefinition
Returns true if the current action has the specified entity role.
hasActionEntity(java.lang.String) - function in ai.tock.bot.engine.StoryHandlerDefinition
Returns true if the current action has the specified entity role.
hasAnswer() - function in ai.tock.bot.admin.answer.AnswerConfiguration
Is there an answer set?
hasAnswer() - function in ai.tock.bot.admin.answer.AnswerConfiguration
Is there an answer set?
hasAnswer() - function in ai.tock.bot.admin.answer.SimpleAnswerConfiguration
Is there an answer set?
hasChoiceValue(ai.tock.bot.definition.ParameterKey,ai.tock.bot.definition.ParameterKey) - function in ai.tock.bot.engine.BotBus
Checks that the specified choice parameter has the specified value.
hasChoiceValue(ai.tock.bot.definition.ParameterKey,ai.tock.bot.definition.ParameterKey) - function in ai.tock.bot.engine.BotBus
Checks that the specified choice parameter has the specified value.
hasChoiceValue(ai.tock.bot.definition.ParameterKey,ai.tock.bot.definition.ParameterKey) - function in ai.tock.bot.engine.ConnectorStoryHandler
Checks that the specified choice parameter has the specified value.
hasChoiceValue(ai.tock.bot.definition.ParameterKey,ai.tock.bot.definition.ParameterKey) - function in ai.tock.bot.engine.StoryHandlerDefinition
Checks that the specified choice parameter has the specified value.
hasCurrentAnswer() - function in ai.tock.bot.admin.story.StoryDefinitionAnswersContainer
Is there a current answer ?
hasDisableTagIntent(ai.tock.bot.engine.dialog.Dialog) - function in ai.tock.bot.definition.BotDefinition
Returns true if the dialog current intent is a disabling intent.
hasDisableTagIntent(ai.tock.bot.engine.dialog.Dialog) - function in ai.tock.bot.definition.BotDefinition
Returns true if the dialog current intent is a disabling intent.
hasEmptyText() - function in ai.tock.bot.engine.action.SendSentence
 
hasEntity(java.lang.String) - function in ai.tock.bot.engine.dialog.DialogState
 
hasEntity(java.lang.String) - function in ai.tock.bot.engine.event.Event
Does this event contains specified role entity?
hasEntity(java.lang.String) - function in ai.tock.bot.engine.event.Event
Does this event contains specified role entity?
hasEntityPredefinedValue(java.lang.String,java.lang.String) - function in ai.tock.bot.engine.dialog.DialogState
Does this event contains specified predefined value entity?
hasEntityPredefinedValue(java.lang.String,java.lang.String) - function in ai.tock.bot.engine.event.Event
Does this event contains specified predefined value entity?
hasEntityPredefinedValue(java.lang.String,java.lang.String) - function in ai.tock.bot.engine.event.Event
Does this event contains specified predefined value entity?
hasFeature(ai.tock.bot.connector.ConnectorFeature,ai.tock.bot.connector.ConnectorType) - function in ai.tock.bot.connector.Connector
Is this feature supported ?
hasFeature(ai.tock.bot.connector.ConnectorFeature,ai.tock.bot.connector.ConnectorType) - function in ai.tock.bot.connector.Connector
Is this feature supported ?
hasFlag(java.lang.String) - function in ai.tock.bot.engine.user.UserState
 
hashCode() - function in ai.tock.bot.definition.BotProviderBase
 
hashCode() - function in ai.tock.bot.engine.message.GenericMessage
 
hashCode() - function in ai.tock.bot.engine.message.Sentence
 
hashCode() - function in ai.tock.bot.engine.user.PlayerId
 
hasMessage(ai.tock.bot.connector.ConnectorType) - function in ai.tock.bot.engine.action.SendSentence
 
hasMessage(java.util.List) - function in ai.tock.bot.engine.action.SendSentence
 
hasTag(ai.tock.bot.definition.StoryTag) - function in ai.tock.bot.definition.StoryDefinition
Does this story is tagged with specified tag?
hasTag(ai.tock.bot.definition.StoryTag) - function in ai.tock.bot.definition.StoryDefinition
Does this story is tagged with specified tag?
hasTag(ai.tock.bot.definition.StoryTag) - function in ai.tock.bot.definition.StoryDefinitionExtended
Does this story is tagged with specified tag?
hasToPersistAction(ai.tock.bot.engine.user.UserTimeline,ai.tock.bot.engine.action.Action) - function in ai.tock.bot.definition.BotDefinition
If this method returns true, the action will be added in the stored history.
hasToPersistAction(ai.tock.bot.engine.user.UserTimeline,ai.tock.bot.engine.action.Action) - function in ai.tock.bot.definition.BotDefinition
If this method returns true, the action will be added in the stored history.
hasValue(ai.tock.nlp.api.client.model.Entity) - function in ai.tock.bot.engine.dialog.Snapshot
Does this value exist in the snapshot?
high - enum entry in ai.tock.bot.engine.action.ActionPriority
 
humanAgent - enum entry in ai.tock.bot.engine.action.ActionNotificationType
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y