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 82d097df
authored
Oct 18, 2022
by
Полина Бел
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
изменен переход
1 parent
cebe8343
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
app/main.dsl
app/main.dsl
View file @
82d097d
...
@@ -107,9 +107,10 @@ node wait_choice
...
@@ -107,9 +107,10 @@ node wait_choice
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");
for_what: goto for_what on #messageHasIntent("what_promo");
tg: goto tg on #messageHasData("telegram") || #messageHas
Sentiment("positive") || #messageHas
AnyIntent(["send_it", "another_messangers"]);
tg: goto tg on #messageHasData("telegram") || #messageHasAnyIntent(["send_it", "another_messangers"]);
watsup: goto watsup on #messageHasData("watsup");
watsup: goto watsup on #messageHasData("watsup");
mail: goto mail on #messageHasData("mail");
mail: goto mail on #messageHasData("mail");
positive: goto tg on #messageHasSentiment("positive");
//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");
}
}
...
...
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