Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save kinisoftware/9204ff6abe8f3af60fd8a04e6ab0f026 to your computer and use it in GitHub Desktop.
return input.responseBuilder
.addAudioPlayerPlayDirective(
PlayBehavior.REPLACE_ALL,
OL,
null,
"audioSkill",
"https://skill-chistes.s3.[region].amazonaws.com/chiste-[n].mp3"
)
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment