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.

Revisions

  1. sacgov created this gist Jan 27, 2018.
    20 changes: 20 additions & 0 deletions action.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    {
    "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
    }
    }
    }