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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The prefix for chatbots configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull String
     
    @Nullable List<FileExtension>
     

    Methods inherited from interface io.micronaut.core.util.Toggleable

    isEnabled
  • Field Details

  • Method Details

    • getPossibleStaticCommandExtensions

      @Nullable @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 @NonNull String getFolder()
      Returns:
      The resources' folder where static commands should be searched for.