Package io.micronaut.chatbots.core
Interface ChatbotsConfiguration
- All Superinterfaces:
io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
ChatbotsConfigurationProperties
public interface ChatbotsConfiguration
extends io.micronaut.core.util.Toggleable
- Since:
- 1.0.0
- Author:
- Sergio del Amo
-
Field Summary
-
Method Summary
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Field Details
-
PREFIX
The prefix for chatbots configuration.- See Also:
-
-
Method Details
-
getPossibleStaticCommandExtensions
- Returns:
- the command file extensions candidates for static resource. For a command such as
/help
and extensions HTML and MARKDOWN, possible files arehelp.md
,help.markdown
, andhelp.html
-
getFolder
- Returns:
- The resources' folder where static commands should be searched for.
-