'Can bot receive multiple consecutive messages when using microsoft bot framework?

I designed one bot with bot framework which needed user input two consecutive messages in 10 seconds. I checked some official examples: https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/python/

All of them are the format of one response corresponding to one input.

How to change code to make multiple consecutive input possible?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source