Commit dfdf7852 by ElenaD

4rd commit

1 parent 2b8ed454
Showing with 1 additions and 0 deletions
...@@ -21,6 +21,7 @@ context { ...@@ -21,6 +21,7 @@ context {
output phone_suffix: string = ""; output phone_suffix: string = "";
output timer: string = ""; output timer: string = "";
output max_dialog_duration: number = 120000; output max_dialog_duration: number = 120000;
output conversation_result: string = "";
} }
external function numbers_from_text(text: string): string; external function numbers_from_text(text: string): string;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!