Last active
May 1, 2017 23:53
-
-
Save inebritov/3c6fd0b83f070bb10727c609b661f66d to your computer and use it in GitHub Desktop.
Revisions
-
inebritov revised this gist
May 1, 2017 . 1 changed file with 5 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="UTF-8" ?> <Response> <Say>The code is 1 2 3 4</Say> <Pause length="1"/> <Say>Repeat</Say> <Pause length="1"/> <Say>1 2 3 4</Say> </Response> -
inebritov created this gist
May 1, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <Response> <Say>The code is 1 2 3 4.</Say> <Say>Repeat.</Say> <Say>The code is 1 2 3 4.</Say> </Response>