public static class EPBotFetchingStrategy.Offline
extends EPBotFetchingStrategy
Load the bot from a json file embedded into the app bundle.
fileName: The bot json file name. This file must be added to your project.
EPBotFetchingStrategy.Offline, EPBotFetchingStrategy.Online, EPBotFetchingStrategy.OnlineWithDefault| Constructor and Description |
|---|
Offline(java.lang.String fileName)
Load the bot from a json file embedded into the app bundle.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileName() |
void |
setFileName(java.lang.String p) |