You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
635 B
JSON

{
"name":"javascript",
"language":"JAVASCRIPT",
"prelude": "/*\n Your action code will be wrapped inside a function with the following signature:\n\n function(message, flow, config) { /* action code */ }\n\n Where:\n - 'message' is the intent message object\n - 'flow' is the hermes-javascript flow object (see: https://github.com/snipsco/hermes-protocol/tree/develop/platforms/hermes-javascript#dialogflow for mode details)\n - 'config' is an object containing your App parameters\n `config.global.parameterName` or `config.secret.secretParameterName`\n*/\n",
"postlude": ""
}