Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Anna Sokolova
/
avito-test-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 a6f73170
authored
Sep 05, 2023
by
Anna Sokolova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new commit
1 parent
422375c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
app/main.dsl
app/phrasemap.json
app/main.dsl
View file @
a6f7317
...
@@ -455,6 +455,19 @@ node do_before_exit
...
@@ -455,6 +455,19 @@ node do_before_exit
}
}
}
}
digression where_number
{
conditions { on #messageHasIntent("where_number"); }
do
{
$cjm.push("where_number");
#say("where_number");
#repeat();
var result = blockcall SkipMessagesBlock();
return;
}
}
global digression @exit_dig_global
global digression @exit_dig_global
{
{
...
...
app/phrasemap.json
View file @
a6f7317
...
@@ -180,6 +180,11 @@
...
@@ -180,6 +180,11 @@
{
{
"text"
:
"Это поможет нам подготовитсья к консультации. Уточните пожалуйста довольны ли вы результатом?"
"text"
:
"Это поможет нам подготовитсья к консультации. Уточните пожалуйста довольны ли вы результатом?"
}
}
],
"where_number"
:
[
{
"text"
:
"Увидел вас в списке продавцов и производителей мебели."
}
]
]
},
},
...
@@ -226,6 +231,7 @@
...
@@ -226,6 +231,7 @@
"answer"
:
{},
"answer"
:
{},
"why_need_it_1"
:
{},
"why_need_it_1"
:
{},
"why_need_it_2"
:
{},
"why_need_it_2"
:
{},
"where_number"
:
{},
"end_conversation_1"
:
{},
"end_conversation_1"
:
{},
"end_conversation_2"
:
{},
"end_conversation_2"
:
{},
"end_conversation_3"
:
{},
"end_conversation_3"
:
{},
...
...
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