| Package | Description |
|---|---|
| won.bot.framework.bot.base | |
| won.bot.framework.bot.context | |
| won.bot.framework.eventbot |
| Modifier and Type | Method and Description |
|---|---|
BotContext |
EventBot.MyEventListenerContext.getBotContext() |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryBotContext
In memory context implementation using nested maps.
|
class |
MongoBotContext
Bot context implementation using persistent mongo db for storage.
|
| Modifier and Type | Method and Description |
|---|---|
BotContext |
BotContextWrapper.getBotContext() |
| Constructor and Description |
|---|
AdditionalParticipantCoordinatorBotContextWrapper(BotContext botContext,
java.lang.String botName) |
BotContextWrapper(BotContext botContext,
java.lang.String botName) |
CommentBotContextWrapper(BotContext botContext,
java.lang.String botName) |
FactoryBotContextWrapper(BotContext botContext,
java.lang.String botName) |
GroupBotContextWrapper(BotContext botContext,
java.lang.String botName) |
MailBotContextWrapper(BotContext botContext,
java.lang.String botName) |
ParticipantCoordinatorBotContextWrapper(BotContext botContext,
java.lang.String botName) |
TelegramBotContextWrapper(BotContext botContext,
java.lang.String botName) |
| Modifier and Type | Method and Description |
|---|---|
BotContext |
EventListenerContext.getBotContext()
Returns the BotContext of the bot.
|
Copyright © 2018. All Rights Reserved.