Skip to content

Commit 22cd0d7

Browse files
Fixed missing shouldEndSession property
1 parent 2ede67a commit 22cd0d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Response/Response.php

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function render() {
4545
'outputSpeech' => $this->outputSpeech ? $this->outputSpeech->render() : null,
4646
'card' => $this->card ? $this->card->render() : null,
4747
'reprompt' => $this->reprompt ? $this->reprompt->render() : null,
48+
'shouldEndSession' => $this->shouldEndSession ? true : false
4849
]
4950
];
5051
}

0 commit comments

Comments
 (0)