Commit be271be8 by Полина Бел

изменила место перехода

1 parent 82b6892c
Showing with 1 additions and 1 deletions
...@@ -106,6 +106,7 @@ node wait_choice ...@@ -106,6 +106,7 @@ node wait_choice
allready_sent_promo: goto allready_sent_promo on #messageHasIntent("allready_sent_promo"); allready_sent_promo: goto allready_sent_promo on #messageHasIntent("allready_sent_promo");
is_studing_free: goto is_studing_free on #messageHasIntent("studing_cost"); is_studing_free: goto is_studing_free on #messageHasIntent("studing_cost");
options: goto options on #messageHasIntent("what_options"); options: goto options on #messageHasIntent("what_options");
for_what: goto for_what on #messageHasIntent("what_promo");
positive: goto send_it on #messageHasSentiment("positive") || #messageHasAnyIntent(["send_it", "another_messangers", "what_options"]); positive: goto send_it on #messageHasSentiment("positive") || #messageHasAnyIntent(["send_it", "another_messangers", "what_options"]);
negative: goto dont_use on #messageHasSentiment("negative") || #messageHasIntent("decline"); negative: goto dont_use on #messageHasSentiment("negative") || #messageHasIntent("decline");
} }
...@@ -441,7 +442,6 @@ node can_talk //могу говорить ...@@ -441,7 +442,6 @@ node can_talk //могу говорить
didnt_whatc: goto not_present on #messageHasIntent("ididnt_watch"); didnt_whatc: goto not_present on #messageHasIntent("ididnt_watch");
dont_remember: goto dont_remember on #messageHasIntent("dont_remember"); dont_remember: goto dont_remember on #messageHasIntent("dont_remember");
when_was: goto when_was on #messageHasIntent("when_webinar"); when_was: goto when_was on #messageHasIntent("when_webinar");
for_what: goto for_what on #messageHasIntent("what_promo");
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!