To create a bot that responds only to messages with specific keywords, follow these steps:
Go to the Bot Scripts section in your personal account.
Open the required script in the editor. If you don't have a script, create a new one.
Set the Question block at the beginning of the script. This block will check user messages for keywords.
Enable the Use User Response parameter in the Question block settings.
Set up Empty and Information blocks.
Connect the Question block to other blocks using arrows:
Use multiple keyword arrows and Information blocks branching from the Question block to provide different informational messages for various keywords.
Do not add consecutive Question blocks in the script, as the bot will respond to all messages in the conversation, not just the messages from the user who started the dialogue with the bot.