Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Issues in triggering Conditional Actions #29

Open
77ALAHT opened this issue Nov 1, 2019 · 1 comment
Open

Issues in triggering Conditional Actions #29

77ALAHT opened this issue Nov 1, 2019 · 1 comment

Comments

@77ALAHT
Copy link

77ALAHT commented Nov 1, 2019

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
Copy link
Author

77ALAHT commented Nov 1, 2019

cms
web_test

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant