public BotProvider
Provides a specific type of interface BotDefinition.
Custom provider should usually not directly extend this class, but instead extend class BotProviderBase.
interface BotDefinition,
class BotProviderBase@NotNull BotDefinition botDefinition()
Provides the bot definition.
@NotNull BotProviderId getBotProviderId()
The bot provider unique identifier.
boolean getConfigurationUpdated()
Does this bot provider gets a configuration update ?
void setConfigurationUpdated(boolean $noName_0)
Does this bot provider gets a configuration update ?