Created
November 7, 2020 12:01
-
-
Save kinisoftware/706093b3620f4d2ef630007f65478d32 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
| { | |
| "body": { | |
| "version": "1.0", | |
| "response": { | |
| "directives": [ | |
| { | |
| "type": "AudioPlayer.Play", | |
| "playBehavior": "REPLACE_ALL", | |
| "audioItem": { | |
| "stream": { | |
| "token": "audioSkill", | |
| "url": "url", | |
| "offsetInMilliseconds": 0 | |
| } | |
| } | |
| } | |
| ], | |
| "type": "_DEFAULT_RESPONSE" | |
| }, | |
| "userAgent": "ask-java/2.22.0 Java/1.8.0_201 templateResolver" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment