Hi,
I have a case where I wanted to validate a bot response based on a parameter passed.
eg. I have a parameter called config. If config is “x” then bot will respond “abc” if config is “y” bot will respond “abc + xyz”.
I want to make my script dynamic to consume this config and check the response based on a if…else… condition.
Is it possible in botium?