pi_portal.modules.integrations.chat.bases.bot.ChatBotBase
- class pi_portal.modules.integrations.chat.bases.bot.ChatBotBase[source]
Bases:
ArchivedLogFileWriter,Generic[TypeIntegrationConfig]Chat integration chatbot base class.
- configure_logger() None
Configure a standardized logger for this class.
- handle_command(command: str) None[source]
Handle a CLI command by name.
- Parameters:
command (str) – The chat CLI command to handle.
- logging_config_class
alias of
JsonLoggerConfigurationArchived