Configuration Reference

Version:2.0.0-M1

Micronaut Chatbots Basecamp Core Config Properties

🔗
Table 1. Configuration Properties for BasecampBotConfigurationProperties
Property Type Description

micronaut.chatbots.basecamp.bots.*.enabled

boolean

Sets whether this configuration is enabled. Default .

Micronaut Chatbots Basecamp Http Config Properties

🔗
Table 2. Configuration Properties for BasecampControllerConfiguration
Property Type Description

micronaut.chatbots.basecamp.endpoint.enabled

boolean

Enables the controller. Default value true.

micronaut.chatbots.basecamp.endpoint.path

java.lang.String

Path to the controller. Default value .

Micronaut Chatbots Core Config Properties

🔗
Table 3. Configuration Properties for ChatbotsConfigurationProperties
Property Type Description

micronaut.chatbots.enabled

boolean

enabled getter.

micronaut.chatbots.folder

java.lang.String

micronaut.chatbots.possible-static-command-extensions

java.util.List

Possible static command file extensions. Default values MARKDOWN HTML TXT

Micronaut Chatbots Telegram Core Config Properties

🔗
Table 4. Configuration Properties for TelegramBotConfigurationProperties
Property Type Description

micronaut.chatbots.telegram.bots.*.at-username

java.lang.String

micronaut.chatbots.telegram.bots.*.token

java.lang.String

micronaut.chatbots.telegram.bots.*.enabled

boolean

Sets whether this configuration is enabled. Default .

Micronaut Chatbots Telegram Http Config Properties

🔗
Table 5. Configuration Properties for TelegramControllerConfiguration
Property Type Description

micronaut.chatbots.telegram.endpoint.enabled

boolean

Enables the controller. Default value true .

micronaut.chatbots.telegram.endpoint.path

java.lang.String

Path to the controller. Default value .