Last active
August 21, 2018 08:14
-
-
Save mizutori/ec8fe93cc241464ac8654bcb228098a5 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
| "fulfillment": { | |
| "staticFulfillment": { | |
| "templatedResponse": { | |
| "items": [ | |
| { | |
| "simpleResponse": { | |
| "textToSpeech": "Move for $number seconds" | |
| } | |
| }, | |
| { | |
| "deviceExecution": { | |
| "command": "com.goldrushcomputing.commands.Move", | |
| "params": { | |
| "go_direction": "$go_direction", | |
| "speed": "$speed", | |
| "number": "$number" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment