A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
R
- RAG - enum entry in ai.tock.bot.admin.indicators.Indicators
- RAG_OFF - enum entry in ai.tock.bot.admin.story.dump.StoriesImportMode
- RAG_ON - enum entry in ai.tock.bot.admin.story.dump.StoriesImportMode
- RAGAnswerHandler - class in ai.tock.bot.engine.config
- RAGError - class in ai.tock.bot.engine.config
- The RAG error.
- RAGResult - class in ai.tock.bot.engine.config
- The RAG result.
- RAGStoryDefinition - class in ai.tock.bot.definition
- Retrieval Augmented Generation Story RAGStoryDefinition implementation witch extends StoryDefinitionBase and override default Intent unknown
- RatingReportQueryResult - class in ai.tock.bot.admin.dialog
- RatingReportQueryResult this class contains the statistics concerning the satisfaction modulean overall rating is given to the bot the number of users who rated the bot a list of the ratings given with the number of users who gave this rating
- REACTIVATE - enum entry in ai.tock.bot.connector.NotifyBotStateModifier
Send the notification and reactivate the bot for the user.
- ReferralParametersEvent - class in ai.tock.bot.engine.event
- A referral event is an event that contains a String reference.
- referralParamters - enum entry in ai.tock.bot.engine.event.EventType
ReferralParamtersEvent event type.
- refreshProfile(ai.tock.bot.connector.ConnectorCallback,ai.tock.bot.engine.user.PlayerId) - function in ai.tock.bot.connector.Connector
- Refresh user preferences - default implementation returns null.
- refreshProfile(ai.tock.bot.connector.ConnectorCallback,ai.tock.bot.engine.user.PlayerId) - function in ai.tock.bot.connector.Connector
- Refresh user preferences - default implementation returns null.
- refreshWith(ai.tock.bot.engine.user.UserPreferences) - function in ai.tock.bot.engine.user.UserPreferences
- Refresh the current UserPreferences with the specified UserPreferences.
- register(ai.tock.bot.engine.ConnectorController) - function in ai.tock.bot.connector.Connector
- Registers the connector for the specified controller.
- register(ai.tock.bot.engine.ConnectorController) - function in ai.tock.bot.connector.Connector
- Registers the connector for the specified controller.
- registerAuthorizedKey(java.lang.String) - function in ai.tock.bot.engine.WebSocketController
- registerBotAnswerInterceptor(ai.tock.bot.definition.BotAnswerInterceptor) - function in ai.tock.bot.engine.BotRepository
- Registers a new BotAnswerInterceptor.
- registerBotProvider(ai.tock.bot.definition.BotProvider) - function in ai.tock.bot.engine.BotRepository
- Registers a new BotProvider.
- registerBuiltInStoryDefinitions(ai.tock.bot.definition.BotProvider) - function in ai.tock.bot.engine.BotRepository
- Register built-in story definitions.
- registerConnectorService(ai.tock.bot.connector.ConnectorService) - function in ai.tock.bot.engine.BotRepository
- registerDetailedHealtcheckTask(kotlin.Pair) - function in ai.tock.bot.engine.BotRepository
- Register a new task to be check by the detailed healthcheck.
- registerNlpListener(ai.tock.bot.engine.nlp.NlpListener) - function in ai.tock.bot.engine.BotRepository
- Registers a new NlpListener.
- registerServices(java.lang.String,kotlin.jvm.functions.Function1) - function in ai.tock.bot.engine.ConnectorController
- Register services at startup.
- registerStoryHandlerListener(ai.tock.bot.definition.StoryHandlerListener) - function in ai.tock.bot.engine.BotRepository
- Registers a new StoryHandlerListener.
- releaseLock(java.lang.String) - function in ai.tock.bot.engine.user.UserLock
- reloadProfile() - function in ai.tock.bot.engine.BotBus
- Reloads the user profile.
- reloadProfile() - function in ai.tock.bot.engine.BotBus
- Reloads the user profile.
- reloadProfile() - function in ai.tock.bot.engine.ConnectorStoryHandler
- Reloads the user profile.
- reloadProfile() - function in ai.tock.bot.engine.StoryHandlerDefinition
- Reloads the user profile.
- remove(java.lang.String,ai.tock.bot.engine.user.PlayerId) - function in ai.tock.bot.engine.user.UserTimelineDAO
- Remove the timeline and the associated dialogs.
- removeAllEntityValues() - function in ai.tock.bot.engine.BotBus
- Removes all current entity values.
- removeAllEntityValues() - function in ai.tock.bot.engine.BotBus
- Removes all current entity values.
- removeAllEntityValues() - function in ai.tock.bot.engine.ConnectorStoryHandler
- Removes all current entity values.
- removeAllEntityValues() - function in ai.tock.bot.engine.StoryHandlerDefinition
- Removes all current entity values.
- removeClient(java.lang.String,java.lang.String) - function in ai.tock.bot.engine.user.UserTimelineDAO
- Remove all timelines and associated dialogs of a client.
- removeEntityValue(ai.tock.nlp.api.client.model.Entity) - function in ai.tock.bot.engine.BotBus
- Removes entity value for the specified role.
- removeEntityValue(ai.tock.nlp.api.client.model.Entity) - function in ai.tock.bot.engine.BotBus
- Removes entity value for the specified role.
- removeEntityValue(java.lang.String) - function in ai.tock.bot.engine.BotBus
- Removes entity value for the specified role.
- removeEntityValue(java.lang.String) - function in ai.tock.bot.engine.BotBus
- Removes entity value for the specified role.
- removeEntityValue(ai.tock.nlp.api.client.model.Entity) - function in ai.tock.bot.engine.ConnectorStoryHandler
- Removes entity value for the specified role.
- removeEntityValue(java.lang.String) - function in ai.tock.bot.engine.ConnectorStoryHandler
- Removes entity value for the specified role.
- removeEntityValue(ai.tock.nlp.api.client.model.Entity) - function in ai.tock.bot.engine.StoryHandlerDefinition
- Removes entity value for the specified role.
- removeEntityValue(java.lang.String) - function in ai.tock.bot.engine.StoryHandlerDefinition
- Removes entity value for the specified role.
- removeFlag(java.lang.String) - function in ai.tock.bot.engine.user.UserState
- removeListener(ai.tock.bot.engine.stt.SttListener) - function in ai.tock.bot.engine.stt.SttService
- removeTestPlan(org.litote.kmongo.Id) - function in ai.tock.bot.admin.test.TestPlanDAO
- Remove the given test plan from the database.
- reply() - function in ai.tock.bot.definition.StoryDataStepBase
- REPLY - enum entry in ai.tock.bot.engine.action.Metadata
- requestThreadControl - enum entry in ai.tock.bot.engine.event.EventType
RequestThreadControlEvent event type.
- RequestThreadControlEvent - class in ai.tock.bot.engine.event
- A request thread control event.
- RequestTimer - class in ai.tock.bot.engine.monitoring
- To track time for requests received and sent.
- RequestTimerData - class in ai.tock.bot.engine.monitoring
- RequestTimerKt - class in ai.tock.bot.engine.monitoring
- resetAllEntityValues() - function in ai.tock.bot.engine.dialog.DialogState
- Reset all entity values.
- resetDialogState() - function in ai.tock.bot.engine.BotBus
- Resets all entity values, context values, ai.tock.bot.engine.dialog.DialogState.userLocation and ai.tock.bot.engine.dialog.DialogState.nextActionState but keep entity values history.
- resetDialogState() - function in ai.tock.bot.engine.BotBus
- Resets all entity values, context values, ai.tock.bot.engine.dialog.DialogState.userLocation and ai.tock.bot.engine.dialog.DialogState.nextActionState but keep entity values history.
- resetDialogState() - function in ai.tock.bot.engine.ConnectorStoryHandler
- Resets all entity values, context values, ai.tock.bot.engine.dialog.DialogState.userLocation and ai.tock.bot.engine.dialog.DialogState.nextActionState but keep entity values history.
- resetDialogState() - function in ai.tock.bot.engine.StoryHandlerDefinition
- Resets all entity values, context values, ai.tock.bot.engine.dialog.DialogState.userLocation and ai.tock.bot.engine.dialog.DialogState.nextActionState but keep entity values history.
- resetState() - function in ai.tock.bot.engine.dialog.DialogState
- Reset all entity values, context values, userLocation and nextActionState but keep entity values history.
- resetValue(java.lang.String) - function in ai.tock.bot.engine.dialog.DialogState
- Reset the value of an entity.
- responseId(java.util.UUID,java.lang.String) - function in ai.tock.bot.engine.event.MetadataEvent.Companion
- retrieveCurrentBus() - function in ai.tock.bot.engine.BotBus.Companion
- Helper method to return the current bus, linked to the thread currently used by the handler.
- REVIEW_ADDED - enum entry in ai.tock.bot.engine.config.SatisfactionIntent
- REVIEW_ASK - enum entry in ai.tock.bot.engine.config.SatisfactionIntent
- REVIEW_COMMENT - enum entry in ai.tock.bot.engine.config.SatisfactionIntent