Categories
How to create bot

Rich Text

You can use rich text tags to alter the appearance and layout of your text. These tags work like HTML or XML tags but have less strict syntax. A tag looks like <tag>. Many tags operate on a scope, which you can end with </tag>. Such scopes can be nested, and you don’t have to close them […]

Categories
How to create bot

BOT Architecture Patterns

Architecture of node design is important part to make your bot flexible and easy scalable for adding new features and cover more scenarios. There are two primary patterns each of them has pros and cons. Let’s dive deeper into it. Linear Pattern The most simple and intuitive pattern. Execution flow goes forward from left to […]