howdyai / botkit-cms

An open tool for designing, building and managing interactive dialog systems
https://botkit.ai
MIT License
265 stars 92 forks source link

Issues in triggering Conditional Actions #29

Open 77ALAHT opened 4 years ago

77ALAHT commented 4 years ago

I have two conditions: yes or no. If yes trigger action 2, if no trigger action 6. Only one action works whichever is added as a first condition. My sample json is:

{ "pattern": "no", "type": "utterance", "action": "6" }, { "pattern": "yes", "type": "utterance", "action": "2" }

77ALAHT commented 4 years ago

cms web_test