Created
May 9, 2018 12:16
-
-
Save rekire/b964735f2df68f16937fb72c52375ca1 to your computer and use it in GitHub Desktop.
The fulfillment request of Dialogflow of an Actions on Google request.
This file contains 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
{ | |
"originalRequest": { | |
"data": { | |
"isInSandbox": true, | |
"surface": { | |
"capabilities": [ // Wear OS (former Android Wear) | |
{ | |
"name": "actions.capability.SCREEN_OUTPUT" | |
} | |
], | |
"capabilities": [ // Google Home | |
{ | |
"name": "actions.capability.AUDIO_OUTPUT" | |
}, | |
{ | |
"name": "actions.capability.MEDIA_RESPONSE_AUDIO" | |
} | |
], | |
"capabilities": [ // Smart Display (tested with Simulator) | |
{ | |
"name": "actions.capability.AUDIO_OUTPUT" | |
}, | |
{ | |
"name": "actions.capability.SCREEN_OUTPUT" | |
}, | |
{ | |
"name": "actions.capability.MEDIA_RESPONSE_AUDIO" | |
} | |
], | |
"capabilities": [ // Mobile | |
{ | |
"name": "actions.capability.AUDIO_OUTPUT" | |
}, | |
{ | |
"name": "actions.capability.SCREEN_OUTPUT" | |
}, | |
{ | |
"name": "actions.capability.MEDIA_RESPONSE_AUDIO" | |
}, | |
{ | |
"name": "actions.capability.WEB_BROWSER" | |
} | |
] | |
}, | |
// ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment