Skip to content

Instantly share code, notes, and snippets.

@kinisoftware
Created January 3, 2021 18:38
Show Gist options
  • Select an option

  • Save kinisoftware/a71ee2586579e68e224f427b7d52c35f to your computer and use it in GitHub Desktop.

Select an option

Save kinisoftware/a71ee2586579e68e224f427b7d52c35f to your computer and use it in GitHub Desktop.
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