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 Details

  • Method Details

    • getPossibleStaticCommandExtensions

      @Nullable List<FileExtension> getPossibleStaticCommandExtensions()
      Returns:
      the command file extensions candidates for static resource. For a command such as /help and extensions HTML and MARKDOWN, possible files are help.md, help.markdown, and help.html
    • getFolder

      @NonNull String getFolder()
      Returns:
      The resources' folder where static commands should be searched for.