# Functions
LoadConfig loads bot configuration from bot.yml.
New initializes and returns a new Bot.
# Variables
ErrValidationFailed happens when a channel cannot validate an incoming callback.
# Structs
Auth is authorization for the bot API.
Bot models a bot with a Classifier and an FSM.
Config struct models the bot.yml configuration file.
Conversation settings for new and existing conversations.
ConversationConfig for the bot.
ErrUnknownExtension is returned by the Bot when the provided extension name does not exist.
Prediction models a classifier prediction and its original string.