multivocal
Version:
A node.js library to assist with building best practice, configuration driven, Actions for the Google Assistant.
40 lines • 757 B
JSON
{
"id": "7cbf617a-2b4a-494d-bf6f-0e08dbfcd1bd",
"name": "welcome",
"auto": true,
"contexts": [],
"responses": [
{
"resetContexts": false,
"action": "multivocal.welcome",
"affectedContexts": [],
"parameters": [],
"messages": [
{
"type": 0,
"lang": "en",
"speech": [
"Hi!",
"Hello!",
"Good day!",
"Greetings!"
]
}
],
"defaultResponsePlatforms": {
"google": false
},
"speech": []
}
],
"priority": 500000,
"webhookUsed": true,
"webhookForSlotFilling": false,
"lastUpdate": 1521472858,
"fallbackIntent": false,
"events": [
{
"name": "WELCOME"
}
]
}