Interface ChatBotsFeature

All Superinterfaces:
CodeContributingFeature, io.micronaut.core.naming.Described, Feature, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered
All Known Implementing Classes:
BasecampAwsChatBot, BasecampAzureChatBot, BasecampGcpChatBot, BasecampHttpChatBot, ChatBots, TelegramAwsChatBot, TelegramAzureChatBot, TelegramGcpChatBot, TelegramHttpChatBot

public interface ChatBotsFeature extends CodeContributingFeature
Marker interface for chatbot features.
Since:
4.3.0
Author:
Tim Yates
  • Method Details

    • getCategory

      default String getCategory()
      Specified by:
      getCategory in interface Feature
      Returns:
      The Category to which the feature belongs to.