Created
January 27, 2018 12:46
-
-
Save sacgov/2b28823d6def7231881a333e4e6ac66c to your computer and use it in GitHub Desktop.
action.json
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
{ | |
"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 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you ever have success with this? My action never contacts my Ngrok URL.