public class EPBotFetchingStrategy
Determines the method that will be used to fetch a bot.
online: Downloads the latest available version of the bot from the Bot Editor.
offline: Load the bot from a json file embedded into the app bundle.
onlineWithDefault: Downloads the latest available version of the bot from the Bot Editor. In case of error, it will load the bot from a json file embedded into the app bundle.
| Modifier and Type | Class and Description |
|---|---|
static class |
EPBotFetchingStrategy.Offline
Load the bot from a json file embedded into the app bundle.
|
static class |
EPBotFetchingStrategy.Online
Downloads the latest available version of the bot from the Bot Editor.
|
static class |
EPBotFetchingStrategy.OnlineWithDefault
Downloads the latest available version of the bot from the Bot Editor. In case of error, it will load the bot from a json file embedded into the app bundle.
|