We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ede67a commit 22cd0d7Copy full SHA for 22cd0d7
src/Response/Response.php
@@ -45,6 +45,7 @@ public function render() {
45
'outputSpeech' => $this->outputSpeech ? $this->outputSpeech->render() : null,
46
'card' => $this->card ? $this->card->render() : null,
47
'reprompt' => $this->reprompt ? $this->reprompt->render() : null,
48
+ 'shouldEndSession' => $this->shouldEndSession ? true : false
49
]
50
];
51
}
0 commit comments