Skip to content

Instantly share code, notes, and snippets.

@kinisoftware
Created November 7, 2020 12:01
Show Gist options
  • Select an option

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

Select an option

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