Commit a6f73170 by Anna Sokolova

new commit

1 parent 422375c5
Showing with 19 additions and 0 deletions
......@@ -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
{
......
......@@ -180,6 +180,11 @@
{
"text": "Это поможет нам подготовитсья к консультации. Уточните пожалуйста довольны ли вы результатом?"
}
],
"where_number": [
{
"text": "Увидел вас в списке продавцов и производителей мебели."
}
]
},
......@@ -226,6 +231,7 @@
"answer": {},
"why_need_it_1": {},
"why_need_it_2": {},
"where_number": {},
"end_conversation_1": {},
"end_conversation_2": {},
"end_conversation_3": {},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!