Skip to content

Instantly share code, notes, and snippets.

@ZacharyJacobCollins
Created January 12, 2018 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZacharyJacobCollins/0432a4bc10a58a0e6e0d13e528a676f9 to your computer and use it in GitHub Desktop.
Save ZacharyJacobCollins/0432a4bc10a58a0e6e0d13e528a676f9 to your computer and use it in GitHub Desktop.
TestAlexa
phrases = ['clean message', 'what is new'];
function test_phrase(phrase) {
var input = document.getElementById('edw-test-utteranceTextField');
input.value = phrase;
}
test_phrase(phrases[1]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment