Last active
April 8, 2018 02:02
-
-
Save nicolasembleton/1f41379b62304785bb50a05be29cccdd to your computer and use it in GitHub Desktop.
Alert call JSON
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
[ | |
{ | |
"action": "talk", | |
"voiceName": "Kendra", | |
"text": "Attention! This is not a drill! A system is currently down and requires immediate attention!,,,,", | |
"loop": 5 | |
} | |
] |
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> | |
<Say voice="alice">Attention! This is not a drill! A system is currently down and requires immediate attention!</Say> | |
<Play>https://drive.google.com/file/d/0B_HuLKg9LOdcRE9icmt4cGExRk0/view</Play> | |
</Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment