Skip to content

Instantly share code, notes, and snippets.

@mizutori
Last active August 21, 2018 08:14
Show Gist options
  • Select an option

  • Save mizutori/ec8fe93cc241464ac8654bcb228098a5 to your computer and use it in GitHub Desktop.

Select an option

Save mizutori/ec8fe93cc241464ac8654bcb228098a5 to your computer and use it in GitHub Desktop.
"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