Commit b46e5dee by softwhiskey8

доработка

1 parent 8bd506c8
Showing with 2 additions and 2 deletions
......@@ -204,7 +204,7 @@ node mail
transitions
{
positive: goto yes_whatsapp on #messageHasSentiment("positive");
negative: goto no_whatsapp on #messageHasSentiment("negative") || #messageHasIntent("no_whatsapp");
negative: goto getMail on #messageHasSentiment("negative") || #messageHasIntent("no_whatsapp");
}
onexit
{
......@@ -227,7 +227,7 @@ node getMail
$cjm.push("getMail");
#say("whatmail");
wait*;
set $mail_start = external time_stamp();
set $mail = #getMessageText();
set $mail_end = external time_stamp();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!