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 422375c5
authored
Sep 05, 2023
by
Anna Sokolova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new commit
1 parent
d547627f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
1 deletions
app/main.dsl
app/main.dsl
View file @
422375c
...
@@ -353,7 +353,7 @@ node ask_price
...
@@ -353,7 +353,7 @@ node ask_price
}
}
transitions
transitions
{
{
when_call: goto
end_conversation_3
on true;
when_call: goto
when_call
on true;
}
}
onexit
onexit
...
@@ -365,6 +365,29 @@ node ask_price
...
@@ -365,6 +365,29 @@ node ask_price
}
}
}
}
node when_call
{
do
{
$cjm.push("when_call");
#say("when_call");
var result = blockcall SkipMessagesBlock();
wait*;
}
transitions
{
end_conversation_3: goto end_conversation_3 on true;
}
onexit
{
end_conversation_3: do {
var text = #getMessageText();
#log(text);
}
}
}
node end_conversation_1
node end_conversation_1
{
{
...
...
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