Created
January 3, 2021 18:09
-
-
Save kinisoftware/9204ff6abe8f3af60fd8a04e6ab0f026 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
| 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