Created
January 3, 2021 18:38
-
-
Save kinisoftware/a71ee2586579e68e224f427b7d52c35f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| override fun handle(input: HandlerInput) = input.responseBuilder | |
| .addAudioPlayerStopDirective() | |
| .withShouldEndSession(true) | |
| .build() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment