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 32dae5cd
authored
Oct 12, 2022
by
Полина Бел
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
добавлены интенты, изменен переход
1 parent
46d3d45e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
app/intents.json
app/main.dsl
app/intents.json
View file @
32dae5c
...
...
@@ -174,7 +174,8 @@
"я не была на данном сценария не успела"
,
"не было на данном забинарят я не успела"
,
"я не успел написать"
,
"я не присутствовала"
"я не присутствовала"
,
"они не успела наверное единороссов"
],
"excludes"
:[]
},
...
...
@@ -250,7 +251,9 @@
"записей есть у вас "
,
"я спрашивал запись есть вчерашнего вебинара когда"
,
"слышь друг записей"
,
"есть записи бинарном"
"есть записи бинарном"
,
"а запись есть юбилярам"
,
"я говорю записи есть имена"
],
"excludes"
:
[
]
...
...
@@ -283,7 +286,9 @@
"includes"
:
[
"уже отправляли промокод"
,
"у меня уже есть"
,
"а вы уже отправляли мне этот промокод"
"а вы уже отправляли мне этот промокод"
,
"а вы уже отправляли мне этот город"
,
"вы уже отправляли мне промокод"
],
"excludes"
:
[
]
...
...
app/main.dsl
View file @
32dae5c
...
...
@@ -133,11 +133,11 @@ node allready_sent_promo
$cjm.push("allready_sent_promo");
#say("allready_sent_promo");
var result = blockcall SkipMessagesBlock();
goto
end_conversation
;
goto
thanks_bye
;
}
transitions
{
end_conversation: goto end_conversation
;
thanks_bye: goto thanks_bye
;
}
}
...
...
@@ -654,7 +654,7 @@ digression zoom_cost
}
transitions
{
retry: goto
zoom_positive
;
retry: goto
retry
;
}
}
...
...
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