Skip to content

Commit

Permalink
Fixes closed session on launch request
Browse files Browse the repository at this point in the history
  • Loading branch information
gregstewart committed Jan 8, 2017
1 parent 0782a16 commit 4c9f63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/gadgetzanGazette/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const hello = (event, context, callback) => {
body: JSON.stringify({
version: '1.0',
response: {
shouldEndSession: outcome.shouldEndSession,
shouldEndSession: outcome.shouldSessionEnd,
outputSpeech: {
type: 'SSML',
ssml: `${outcome.utterance}`
Expand Down

0 comments on commit 4c9f63e

Please sign in to comment.