Package ai.tock.bot.definition
Interface BotProvider
-
- All Implemented Interfaces:
public interface BotProviderProvides a specific type of BotDefinition. Custom provider should usually not directly extend this class, but instead extend BotProviderBase.
-
-
Method Summary
Modifier and Type Method Description abstract BotDefinitionbotDefinition()Provides the bot definition. BotProviderIdgetBotProviderId()BooleangetConfigurationUpdated()UnitsetConfigurationUpdated(Boolean configurationUpdated)-
-
Method Detail
-
botDefinition
abstract BotDefinition botDefinition()
Provides the bot definition.
-
getBotProviderId
BotProviderId getBotProviderId()
-
getConfigurationUpdated
Boolean getConfigurationUpdated()
-
setConfigurationUpdated
Unit setConfigurationUpdated(Boolean configurationUpdated)
-
-
-
-