Skip to content

Commit

Permalink
added intent data
Browse files Browse the repository at this point in the history
  • Loading branch information
tbtz committed Dec 2, 2017
1 parent c7945dd commit 87d9d6c
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 @@ -47,7 +47,7 @@ function generateResponse(meals) {
"response": {
"outputSpeech": {
"type": "PlainText",
"text": "Plain text string to speak",
"text": Object.keys(meals).join(', '),
"ssml": "<speak>" + Object.keys(meals).join(', ') + "</speak>"
}
}
Expand Down

0 comments on commit 87d9d6c

Please sign in to comment.