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 c95e54b5
authored
Sep 28, 2022
by
Pavel Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
раскоментировал входной параметр caller
1 parent
88492464
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/main.dsl
app/main.dsl
View file @
c95e54b
...
@@ -2,7 +2,7 @@ import "commonReactions/all.dsl";
...
@@ -2,7 +2,7 @@ import "commonReactions/all.dsl";
context {
context {
input phone: string;
input phone: string;
//
input caller: string;
input caller: string;
output cjm: string[] = [];
output cjm: string[] = [];
output need_ask_name: boolean = true;
output need_ask_name: boolean = true;
...
...
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