You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
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:
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"
}
The text was updated successfully, but these errors were encountered: