class BotMode { static const directChat = "direct_chat"; static const discussion = "discussion"; static const custom = "custom"; static const storyGame = "story_game"; static const textAdventure = "text_adventure"; }