Skip to content

Commit

Permalink
add ssml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbtz committed Dec 3, 2017
1 parent 4bc7980 commit 7850c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function generateResponse(outputText) {
"version": "1.0",
"response": {
"outputSpeech": {
"type": "PlainText",
"type": "SSML",
"text": outputText,
"ssml": "<speak>" + outputText + "</speak>"
}
Expand Down

0 comments on commit 7850c71

Please sign in to comment.