Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Alexander
/
alex-hunter-sales-dev
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit be271be8
authored
Oct 14, 2022
by
Полина Бел
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
изменила место перехода
1 parent
82b6892c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/main.dsl
app/main.dsl
View file @
be271be
...
@@ -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");
}
}
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment