Skip to content

Instantly share code, notes, and snippets.

@sacgov
Created January 27, 2018 12:46
Show Gist options
  • Save sacgov/2b28823d6def7231881a333e4e6ac66c to your computer and use it in GitHub Desktop.
Save sacgov/2b28823d6def7231881a333e4e6ac66c to your computer and use it in GitHub Desktop.
action.json
{
"actions": [
{
"name": "MAIN",
"intent": {
"name": "actions.intent.MAIN"
},
"fulfillment": {
"conversationName": "sekaiApp"
}
}
],
"conversations": {
"sekaiApp": {
"name": "sekaiApp",
"url": "https://a1425fe9.ngrok.io/googleAssistant/bot_1516080918261",
"fulfillmentApiVersion": 2
}
}
}
@Ravenstine
Copy link

Did you ever have success with this? My action never contacts my Ngrok URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment