Last active
October 12, 2016 15:09
-
-
Save copypastedeveloper/66da31ecb0fe0c49a2532a079406ddec to your computer and use it in GitHub Desktop.
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 characters
| <Response> | |
| <Speak>Hello, welcome to the Jungle!</Speak> | |
| </Response> |
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 characters
| <Response> | |
| <Wait length="45" silence="true" minSilence="2000"/> | |
| <Speak>Hello, welcome to the Jungle!</Speak> | |
| </Response> |
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 characters
| <Response> | |
| <Wait length="45" beep="true"/> | |
| <Speak>Hello, welcome to the Jungle!</Speak> | |
| </Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment