Before we move on to build our bot, let's look at the basic building blocks:
- Blocks
- Cards
- Buttons
- Plugins
- Attributes
Before we move on to build our bot, let's look at the basic building blocks:
Go back to the editor and look at the Bot Structure tab. Under Bot Structure, you will find two types of blocks—built-in and user-defined. Welcome message and Default answer are the two built-in blocks. We will be building user-defined blocks to implement the conversation capability of the chatbot. Each block can be thought of as a response segment of the chatbot. Each block can contain one or more cards.